TypeError: Failed to fetch dynamically imported module, when try to deploy my app in Azure container registry #27052
Unanswered
ShussainML
asked this question in
Questions
Replies: 0 comments
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.
-
Hi , I am trying to deploy my mfe app in angular (1 host, 1 remote), using docker container and azure container registry, there are two containers one for each, I have linked host with container end point, site is working fine , but when I post url of my remote app, its showing following error
GET http://localhost:4202/remoteEntry.mjs net::ERR_CONNECTION_REFUSED
c @ main.da9ac86d02c846fd.js:1
ERROR TypeError: Failed to fetch dynamically imported module: http://localhost:4202/remoteEntry.mjs
here is my code for
module-federation.manifest
Beta Was this translation helpful? Give feedback.
All reactions