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
So when I'm trying to connect my shell app to my micro front end using native federation I get this erreor:
I tried to create two new projects in different folder to recreate my architecture, with nothing installed just the based packages and the schematics for ssr and native federation. Then I just copy past the code for the app component and app config of the project exemple you provided.
I really didn't add anything, just a new project with your schematics. Only difference is that both projects are in two differents folder instead of having them in one common project like in your example.
And this is the error I get in the terminal for the remote app when trying to run it, the client is displayed correctly when I access to localhost:4201, but the server display an error:
The text was updated successfully, but these errors were encountered:
Hi,
So when I'm trying to connect my shell app to my micro front end using native federation I get this erreor:
I tried to create two new projects in different folder to recreate my architecture, with nothing installed just the based packages and the schematics for ssr and native federation. Then I just copy past the code for the app component and app config of the project exemple you provided.
my package.json:
my federation.config:
my main.ts:
angular.json:
I really didn't add anything, just a new project with your schematics. Only difference is that both projects are in two differents folder instead of having them in one common project like in your example.
And this is the error I get in the terminal for the remote app when trying to run it, the client is displayed correctly when I access to localhost:4201, but the server display an error:
The text was updated successfully, but these errors were encountered: