-
|
Hi! Everything worked fine until I added the shared configuration. (When I remove that part from the webpack configuration the application works like expected. With the shared configuration it fails to load the remote modules with the following error: My shared configuration looks like the following: I uploaded my current minimal application to GitHub. Maybe someone can help me spot the issue? I'm somewhat lost. https://github.com/foxylion/micro-frontends/tree/d804ffc9f48fdd249fbb41327e3882e19f2f423c Steps to reproduce the problem: Open http://localhost:5000/ in a browser and click on "Load Product Details". Console will show the error. I can see from the network tab that my application only loads Thank you for any tips and help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Okay, I think I found the problem. I called |
Beta Was this translation helpful? Give feedback.
Okay, I think I found the problem.
I called
container.initwithout passing the default share scope. This broke everything. :-)