andre-lergier
andre-lergier
> @dmgawel so to summarize the issue - the incremental migration to the app router is not possible for localized NextJs apps, right? We are on `next` `13.5.4` and I...
I can confirm this issue, I also get the following error: ``` > Export encountered errors on following paths: /_error: /404 /_error: /500 ``` It only appears since I deleted...
I have the same error. In my case it encounters in routes, that are still in `pages` folder and not yet migrated to the new App router.
> ```ts > const config = nextTranslate(nextConfig); > config.i18n = undefined; > module.exports = config; > ``` With this solution the react hydration mismatch error still exists in my case....