multi-zones break the css / css not loading, #84421
Answered
by
icyJoseph
pranavmappoli
asked this question in
Help
-
Summaryi have two website, I want to make a multi-zone setup like https://www.ebat.dev/tools should server webcrafterhub.com i have followed the doc : https://nextjs.org/docs/pages/guides/multi-zones and added the config: as below
but the issue is https://www.ebat.dev/tools breaking the css / its not loading, do i need to configure something else ? Additional informationNo response Example |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Oct 1, 2025
Replies: 1 comment 7 replies
-
Are you on v15? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I meant more like, when your ebat site is loading CSS it points to
ebat.dev/_next...
and gets 404'd - but there is an asset atebat.dev/tools...
So, a naive diagnostic would be, that the assetPrefix is not getting applied to ebat?