Examples I'm looking for:
my-saas.com/client1/app
my-saas.com/client2/app
...
- How to handle nuxt routing (considering the URL in the examples above)
- How to deal with assets (path resolution for static and _nuxt)
- A reverse proxy is necessary?
Some resources:
https://github.com/nuxt/nuxt/issues/31284
https://github.com/nuxt/nuxt/issues/32286
https://zernonia.keypress.blog/why-keypress
(comment if you have more examples)
Most examples seem to use subdomains, instead the url path for multi tenancy.
I more detailed guide on Nuxt features used for this purpose would be appreciated.
Describe the feature Hello, I'd like to support hostname based multi-tenancy in my nuxt3 app. Each tenant could choose a theme for their content. GET localtest.com/ => render pages/=/one-col...
Describe the feature Just like NextJS, we too should have a way to actually rewrite, not just redirect, our URLs. Forexample, this is especially handy for multi tenancy, internationalization, and s...