angular-architects / module-federation-plugin

MIT License
715 stars 192 forks source link

Issue with routing when browser back and forward buttons are clicked #423

Open RajathVenkatesh opened 8 months ago

RajathVenkatesh commented 8 months ago

There is an issue with the routing when the browser back and forward buttons are pressed.

It seems to have a snapshot of the first MFE component route that was federated and it does not work for other routes. The MFE(s) router(s) and the shell router are not in sync, this is to do with the connecting of routers. This has been reported multiple times.

RajathVenkatesh commented 8 months ago

424 Created a PR for this to be fixed.