Dawid Gaweł
Dawid Gaweł
> so to summarize the issue - the incremental migration to the app router is not possible for localized NextJs apps, right? Right 👍
> It seems to be resolved on the latest release Tested on `v13.5.6`, unfortunately it still doesn't work.
I created a repository that recreates the issue with a minimal amount of code. It features both Pages and App router example, to highlight the issue when both are used:...
@leerob Why this issue was closed? This one is not about getting `optimizeCss` for App Router, as your linked comment suggests, but about an unexpected behaviour when `optimizeCss` and `assetsPrefix`...
I just made an attempt (successful for now) to move required files to root directory. I'd like to share steps to reproduce this modified setup and issues I've come across....
@MikeiLL I've just updated my previous post. It now contains working solution :-)
@MikeiLL thanks! Indeed, I have this change also in my code but forgot to include it. I'm going to edit my post and add it for future reference.