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?