-
Hi team, I am currently trying to configure Nuxt Js and i18n but a problem occurs when I try to reach the second language. It redirects me immediately to the default one. i18n config: `
` So the default locale is 'bg' now and when I enter the 'en' URL to go on the English version of the site (localhost:3000/en) it redirects me back to the default locale (localhost:3000) Do you have any ideas about what is going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's all working fine. I had a logic for customer authentication which was causing the redirection! |
Beta Was this translation helpful? Give feedback.
It's all working fine. I had a logic for customer authentication which was causing the redirection!