Replies: 1 comment
-
remoteType: module? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Its something similar to this #3686.
While jumping from one remote to another from host side, runtime loadRemote() can see which chunks to load, but not able to load (not found).
host: react 19, rspack
remotes: angular + nx
Do you think using "loadFactory" set to "true" while calling loadRemote() might fetch chunks properly??
core/packages/runtime-core/src/module/index.ts
Line 71 in 9efb9b9
Or perhaps some option to clear caches for chunks file (not from server) from runtime execution, OR retry chunks load with new execution context ??
Beta Was this translation helpful? Give feedback.
All reactions