viandwi24 / nuxt3-awesome-starter

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer

Home Page:https://nuxt3-awesome-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

one problem

newbill opened this issue · comments

When I refresh the page after switch languages, and the three-line prompt on the first page overlaps.

can you create a reproduction or how it looked when it happened?
I didn't experience it when I checked on the demo page https://nuxt3-awesome-starter.vercel.app/

image
The results occur above when I change the languages and then refresh the hole website page.

In addition, the theme is reset as the page is refreshed.

does the console window display anything bad?

I haven't done any deep research yet.
this seems to be a problem with nuxt 3 and i18n when generating static.
because in ssr mode it should be fine.

I haven't done any deep research yet. this seems to be a problem with nuxt 3 and i18n when generating static. because in ssr mode it should be fine.

Well, I only used part of it as a blog, thanks for the open source code.
I think there should be a more elegant way to internationalize.

ah, maybe for now I can only expect the static mode of nuxt 3 to really release stably.
so for now, using node-server mode is an option