Next.js Discord

Discord Forum

i18next Redirect Problem

Unanswered
Asian paper wasp posted this in #help-forum
Open in Discord
Asian paper waspOP
Next v13 - Pages Router - Class Components
react-i18next (not next-i18next)

When you change the browser language to non-EN, the page will redirect correctly. If you change the language back to EN, only the text reloads. The page doesn't redirect back to the EN version.

Example:
/ - Change to Japanese, Redirects to /ja and loads Japanese.
/ja - Change back to English, Does Not Redirect to / and /ja loads English.

How do you fix this so that the redirect back to English will also work?

1 Reply

Asian paper waspOP
Kind of speeding in the dark on this one.