Server side rendering with remote location #1249
Replies: 1 comment
-
I'm working on it. Dm me on twitter. Is this for vanilla node? Not nextjs or anything else |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I try use module federation on server side for rendering app, I start play with example from
server-side-rendering
but If I replaceremotePath
withconst remotePath = "http://localhost:3002/static/container.js";
inserver.base.js
( which is identical withclient.base.js
config) I go this error:How should deal with module federation when all module will be hosted on each server and there aren't any relative/absolute path for that ?
Beta Was this translation helpful? Give feedback.
All reactions