Aral Roca Gomez

Results 463 comments of Aral Roca Gomez

yes, `next-translate-plugin` is adding the `i18n` routing configuration and is required to work fine the redirects to the default locale.

IMO It's a bad decision on the part of Vercel. Since if it does not affect App Router it should not affect it in any way. Otherwise, it is impossible...

Maybe we can detect that if you don't have pages and only app, don't put it. But there will still be people who will have the same issue. IMO should...

Good news, already fixed by Vercel team: https://github.com/vercel/vercel/pull/10243

I will take a look how to fix it. Thanks to report it

Can you create a repo to reproduce it? I try it and this works for me: **next.config.mjs** ```js import nextTranslate from "next-translate-plugin"; export default nextTranslate(); ```

You can use `logger` in the configuration to log the missing keys or integrate it there with some tool

Ok @rusted-love make sense, we can keep this issue open. Feel free to contribute to this 👍

@DeadIine @dasblitz I'm currently prioritising the app router issues, but feel free to contribute and do PR, otherwise I'll look at it later when the whole app router thing is...

Feel free to PR this fix. Otherwise I'm going to take a look when I will have more time