Berrie Nachtweh
Berrie Nachtweh
@Sazzels I'm facing the same issue for the default route. `/` seems to throw a 404 when running `generate`. In my case I "fixed" it by adding a rootRedirect to...
@BobbieGoede the `nuxt generate` command seems to work as expected now, except the root redirect is always to `/en` when I configure my i18n as follows: ``` i18n: { locales:...
> @bnachtweh Can you provide a minimal reproduction project? Never mind, it seems that the cookie was set to `en`, so that would make sense. Thanks anyway!
@luca-smartpricing I'm not sure if this fixes your issue, but I ran into the same issue. It also seems that you need to run the Nuxt dev server to be...