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
I created the remote-delegate file exactly the same as sample example in the readme file. When I run in a federated page facing the error
I'm using importDelegatedModule and createDelegatedModule from module-federation/utilities
If I do not use a remote-delegate file and add remotes as literal string it works just the first federated page, when I navigate to another I get the error
container initialization failed as it has already been initialized with a different share scope
The text was updated successfully, but these errors were encountered:
Using
@module-federation/nextjs-mf: 7.0.8
@module-federation/utilities: 2.0.4
next: 13.4.19
webpack: 5.86.0
typescript: 5.0.3
I created the remote-delegate file exactly the same as sample example in the readme file. When I run in a federated page facing the error
I'm using importDelegatedModule and createDelegatedModule from module-federation/utilities
If I do not use a remote-delegate file and add remotes as literal string it works just the first federated page, when I navigate to another I get the error
container initialization failed as it has already been initialized with a different share scope
The text was updated successfully, but these errors were encountered: