next-multilingual
Advanced tools
Changelog
4.0.0 (2022-12-13)
TypeError: Cannot read properties of undefined (reading '__rewrites')
(dd688ee)getLocalizedUrl
is now async
to avoid triggering a rare error (TypeError: Cannot read properties of undefined (reading '__rewrites')
) because of how Next.js works.. This only occurred when performing fast operations on the site and was amplified while upgrading to Cypress 12 which seems to be much faster at running tests.