modern-js-examples
modern-js-examples copied to clipboard
SSR Module Federation - HOST Unable to load REMOTE types
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:
Here are my app settings:
(A) REMOTE APP:
Remote is running in production mode:
(B) HOST APP: