modern-js-examples icon indicating copy to clipboard operation
modern-js-examples copied to clipboard

SSR Module Federation - HOST Unable to load REMOTE types

Open harshalhirve opened this issue 9 months ago • 2 comments

I am trying to configure SSR Module Federation exactly as per this URL & have followed all the steps correctly: https://modernjs.dev/en/guides/topic-detail/module-federation/usage.html

But while building the HOST is still unable to fetch TYPES from the remote app. Below is the error: Image

Here are my app settings:

(A) REMOTE APP: Image Image

Remote is running in production mode: Image

(B) HOST APP: Image Image Image Image

harshalhirve avatar Jan 09 '25 15:01 harshalhirve