Next.js Discord

Discord Forum

Next.js i18n

Answered
ViipeR posted this in #help-forum
Open in Discord
Avatar
Hello! I'm using Nextra, a Next.js-based static website generator for documentation and I'm using i18n for multilanguage but when I add another language like fr-FR, when I go on this language it says "Too many redirects". How to fix it?
Answered by ViipeR
Found how to do. I just downgraded Next.js to 13.0.6 and it worked.
View full answer

3 Replies

Avatar
Would you please share some code?
Avatar
I used precisely this code form Nextra's documentation:

https://nextra.site/docs/guide/i18n
Avatar
Found how to do. I just downgraded Next.js to 13.0.6 and it worked.
Answer