You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used [email protected] with pages router and we relied on an error boundary to catch the error generated when a remote is offline.
For example:
This worked fine until we updated to a newer NextJS version (14.2.3). Now the error is being ignored by the error boundary. We have also tried updating to the latest @module-federation/nextjs-mf version as of today (8.8.5), but the issue persists.
Reproduction
Configure a basic application using @module-federation/nextjs-mf with a host and a remote and start only the host application.
Describe the bug
We used [email protected] with pages router and we relied on an error boundary to catch the error generated when a remote is offline.
For example:
This worked fine until we updated to a newer NextJS version (14.2.3). Now the error is being ignored by the error boundary. We have also tried updating to the latest @module-federation/nextjs-mf version as of today (8.8.5), but the issue persists.
Reproduction
Configure a basic application using @module-federation/nextjs-mf with a host and a remote and start only the host application.
Used Package Manager
yarn
System Info
Validations
The text was updated successfully, but these errors were encountered: