Next.js multi zones with i18n and shared components #28683
-
I am using Next.js' multi zone feature with a blog and web app so I can develop and deploy both apps independently. It was easy to set up by following the with zones example and I have set up a blog app at port First of all, I am also using internationalised routing which is working fine, however when going to my blog app it appends the locale to the end of the URL. Imagine I am on Secondly, I am working in a monorepo and have shared components between both apps, such as the header and footer, which obviously includes navigation. When I am on the blog and want to navigate to e.g. the It seems others also have the same problem, and I can't find anything about this in Next.js' documentation, so any help would be appreciated 😁 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Did you solve this ? (: |
Beta Was this translation helpful? Give feedback.
-
Any solution found? Thanks ;) |
Beta Was this translation helpful? Give feedback.
-
have you found a solution to this problem? |
Beta Was this translation helpful? Give feedback.
-
Any solution here? |
Beta Was this translation helpful? Give feedback.
-
have you found any solutions? |
Beta Was this translation helpful? Give feedback.
-
Did you solve this trbl? |
Beta Was this translation helpful? Give feedback.
Yes, I stopped using Next.js and instead have an Astro marketing site (example.com) and Vite + TanStack Router app on a subdomain (app.example.com) 😄