remoteEntry.mjs file from ModuleFederation is failing to load on IIS

579 Views Asked by At

I developed a basic demo micro frontend project using nx,module federation with angular. When I am trying to host it on my IIS, the remote apps are working fine, but the host(or) shell application is failing to load. The remoteEntry.mjs file from either remote apps is not being loaded. When tried to access 'http://localhost/app1/remoteEntry.js' I am getting a HTTP Error 404.3 - Not Found.

I have no idea about how to change the handlers thing mentioned in the 'Things you can try'. I am a beginner in this.Result when I try to access http://localhost/app1/remoteEntry.mjs

0

There are 0 best solutions below