-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Error when navigate Between MFEs #478
Comments
Hi @nazrighazi-cd, It looks like an issue with configuration of webpack rather than a |
I'll check it in the |
Here is my webpack import path from 'path'; export default (env) => { if (!platform) { process.env.BABEL_ENV = mode; return {
}; |
@jbroma yes, I did tried in the super-app-showcase and got the same error. Thank you. |
Hi @nazrighazi-cd, I've investigated the matter inside of
The Let me know whether that helps with your case |
Hi @jbroma, Thank you for the solution. Seems like on my app it was because of the momentjs library. I did follow the same step as you mentioned above but still getting the issue. And for the super-app-showcase, seems like it's working on the calendar page. However, when i navigate to account page in booking, I'm getting the same error as before. same step as before,which is booking home page -> shopping home page -> booking calendar page -> booking account page = error. |
Hi @jbroma , Some update on my end. Below is the step to recreate the error
booking home page -> shopping home page -> booking calendar == error Is there any limitation on the number of screens on the mfe? or is there any solution for this issue? |
This issue has been marked as stale because it has been inactive for 30 days. Please update this issue or it will be automatically closed in 14 days. |
This issue has been automatically closed because it has been inactive for more than 14 days. Please reopen if you want to add more context. |
Hi, I am getting this error when navigating between two MFEs.
I have two MFEs which is A and B. Both MFEs have multiple screens.
MFE A
MFE B
So, in my host app, I have one screen which list out icons to navigate to all screen in both MFEs. What happened is that when I navigate to screen A (MFE A), D (MFE B) and then try to navigate to screen B (MFE A), I am getting the error, and this is only happened on android devices.
Let say I'm navigating to screen A,B,C ( navigate to all screens in MFE A first ) and then navigate to screen D and back to screen A,B,C, I'm not getting the error anymore.
screen A -> navigate back -> screen D -> navigate back -> screen B = Error
Is this related to re.pack or react navigation?
The text was updated successfully, but these errors were encountered: