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
Running the Shell app and the Host upp using serve I'm having this situation:
remoteEntry.json on http://localhost:4301 "exposes": [{"key": "./remoteRoutes","outFileName": "remoteRoutes.js","dev": {"entryPoint": "/Users/****/Projects/****/src/app/app.routes.ts"}}]
When the host try to load the exposed file get a 404 loading http://localhost:4301/remoteRoutes.js that is not existing on the serve instance (in the dist folder this file does not exist, but if I build the module the file is created with chunks), what I'm doing wrong?
NB: I've added ** in the remoteEntry just to hide sensitive data
Runned on a MacOS "@angular/cli": "^19.1.5" "@angular-architects/native-federation": "^19.0.9"
If you need any other configuration I'm available
The text was updated successfully, but these errors were encountered:
For which library do you need help?
native-federation
Question
Running the Shell app and the Host upp using serve I'm having this situation:
remoteEntry.json on http://localhost:4301
"exposes": [{"key": "./remoteRoutes","outFileName": "remoteRoutes.js","dev": {"entryPoint": "/Users/****/Projects/****/src/app/app.routes.ts"}}]
When the host try to load the exposed file get a 404 loading http://localhost:4301/remoteRoutes.js that is not existing on the serve instance (in the dist folder this file does not exist, but if I build the module the file is created with chunks), what I'm doing wrong?
NB: I've added ** in the remoteEntry just to hide sensitive data
Runned on a MacOS
"@angular/cli": "^19.1.5"
"@angular-architects/native-federation": "^19.0.9"
If you need any other configuration I'm available
The text was updated successfully, but these errors were encountered: