Change locale by pressing button and reload page. Locale resets to default.
Describe the bug
When using cookie based locale detection (cookie + no prefix strategy) and ssg at same time cookie is not respected. Everything works fine in not ssg mode tho.
Environment
Build Modules: -
Reproduction
https://stackblitz.com/edit/nuxt-starter-bnxebz?file=app.vue
npm run generate npx serve .output/public
Change locale by pressing button and reload page. Locale resets to default.
Describe the bug
When using cookie based locale detection (cookie + no prefix strategy) and ssg at same time cookie is not respected. Everything works fine in not ssg mode tho.
Additional context
No response
Logs
No response