Hi everyone,
I’m currently working on a multi-tenant application in Next.js, and I’m having trouble integrating next-intl for internationalization (i18n). Here’s the structure of my app, along with the challenges I’m facing.
Project Context:
Multi-tenant app where tenants are identified by subdomains (e.g., tenant1.example.com, tenant2.example.com).
I need to implement internationalization (i18n) for different languages.
Using Next.js App Router with the following file structure:
app
└── [locale]
└── [domain]
└── page.js