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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a basic example set up to work with Module Federation Runtime.
My host application has the following in
App.tsx
:Now everything works fine when the remote is up and running, however, when the remote is offline I do get the following error:
My
rsbuild.config.js
looks like this:and
offline-remote.js
looks like thisThe question here is how we can handle the error shown above so that the Failed to fetch manifest error is not shown?
Beta Was this translation helpful? Give feedback.
All reactions