Change remote entry urls in next config #1119
Replies: 1 comment
-
it should be, give it a try and let me know. i think youd need to use asset prefix on the next build or something to that effect |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My team is in the process of developing next.js micro front-end apps, transitioning from a large react SSR monolith. I would like to ask whether it is possible to change the remote entry URLs under a single domain.
Currently, we have the following URLs:
http://localhost:4200/_next/static/ssr/remoteEntry.js
http://localhost:4300/_next/static/ssr/remoteEntry.js
Is it possible to separate them as follows:
http://localhost:4200/checkout/_next/static/ssr/remoteEntry.js
http://localhost:4200/cart/_next/static/ssr/remoteEntry.js
Beta Was this translation helpful? Give feedback.
All reactions