Nextjs Multizone
Answered
Astronoux posted this in #help-forum
Hi Guys! I need help with Nextjs Multizone?
For example:
acme.com = Separate Nextjs App
console.acme.com = Separate Nextjs App
app.acme.com = Separate Nextjs App
Can an app be built like this for a same domain
For example:
acme.com = Separate Nextjs App
console.acme.com = Separate Nextjs App
app.acme.com = Separate Nextjs App
Can an app be built like this for a same domain
12 Replies
You can just deploy seperate apps
and add domains to them
Deploy 3 apps, individually add domains to them
I did think of this but how do I share user session data
Answer
Thanks for the resource @Anay-208
Where can I find more about Nextjs Multizone projects? Maybe YT or GitHub resources will be helpful to under this concept better.
Where can I find more about Nextjs Multizone projects? Maybe YT or GitHub resources will be helpful to under this concept better.
I'm not sure about that much. You can search it
@Anay-208 You can just deploy seperate apps
Mark Message as solution please
@Anay-208 Mark Message as solution please
How do I go that?
@Anay-208 You can just deploy seperate apps
Right Click > Apps > Mark Solution
thanks
Thank you!