You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 languages: en, fr, and es. The translations work fine using ngx-translate, and the URLs are all getting localized and everything. However, if I try entering a Spanish URL, it doesn't work at all and redirects to the default 404 page in English. French and English seem to be the only ones supported. Do I have to explicitly register the prefixes ['en', 'es', 'fr']?
Thanks so much.
The text was updated successfully, but these errors were encountered:
I have similar problem after updating my project to new Angular version the the new build system.
Earlier - I did not have such problems.
I believe this plugin seems not to be working well with the recent Angular version. (with SSR).
It seems that the request object nor the location path are not defined on the very first query. Then happens 302 redirect to the default language. And the values are populated.
I have tried different approaches with no success.
Hello guys,
I have 3 languages: en, fr, and es. The translations work fine using ngx-translate, and the URLs are all getting localized and everything. However, if I try entering a Spanish URL, it doesn't work at all and redirects to the default 404 page in English. French and English seem to be the only ones supported. Do I have to explicitly register the prefixes ['en', 'es', 'fr']?
Thanks so much.
The text was updated successfully, but these errors were encountered: