SanderRuusmaa

Results 3 comments of SanderRuusmaa

Yup, after updating from 13.4.12 to 13.4.13+, the [internationalization strategy](https://nextjs.org/docs/pages/building-your-application/routing/internationalization#prefixing-the-default-locale) breaks. getServerSideProps gets "default" as the passed locale. Hopefully this gets looked into soon.

Upgrading to 13.5.1 breaks the internationalization in a new way. The app gets stuck in a redirect loop when trying to navigate to the app's root ("/" or "/en" or...

Yup, I was waiting for the default locale fix (since it broke after 13.4.12) and now in 13.5.1 the documented default locale prefixing is broken resulting in an infinite loop....