Ignore i18n cookie if directly opened an URL with a different locale
/de-DE/mypage
will throw 404 when user has previously browsed using another locale. It seems, Nuxt always reads the cookie and redirects to previous locale. I tried many setup changes in nuxt.config they do not seem to have any effect even skipSettingLocaleOnNavigate : true
as well.
So, question is - is it possible to force locale change when user opens a link from another source that has different locale then the one browsed/saved in i18n_redirected cookie?...Whats up with Nuxt + Shared Web Workers?
How do I create routes in Nuxt UI?
Kinda lost on how to handle errors on thrown on server properly on the client

changing the topic
How to support external assets properly ?
Huge head payload in server components
request.txt
), so it has my little payload and GIANT head sections with data from nuxt seo and @nuxt/ui
. Problem? WIth head: 7778
bytes, without 394
, almost 20x difference. Why? Why even head is sent here, is there any option to disable it?
Additionally, each request has a lot of HTTP meta, around 648 bytes. Is there any option to combine small server components? Or a better way to render a lot of markdown, for example in UAccordion FAQ page?...net::ERR_CONTENT_LENGTH_MISMATCH when i try to open nuxt dev server on android virtual device.

Nuxt UI in Vite: Icons loading issue
Nuxt 3: How to close window open javascript
Reading file from folder, but path is different in dev/prod
I want add text and icon in UTable when datas is empty
Is there a way to get an element from the dom as writable with typescript support
ref(null)
which does not work TypeScript. Any advice as to how I can retrieve an element like such in Nuxt?Issues with Directus Cms and Nuxt
How to use click handlers instead of 'to' in UNavigationMenu items
Can I use nuxt ui without vue router
Uncaught SyntaxError: The requested module '/@id/__vite-optional-peer-dep:vue-router:@nuxt/ui' does not provide an export named 'useRoute'
I can just install vue-router and not define anything but it'd be great if nuxt ui didn't depend on vue-router...Nitro Websocket Cookies
open
method than peer.request.headers.get()
? This seems janky when I can normally just getCookie(event, ...)
, and parsing cookie strings is an annoyanceQuestions About Database Migrations
Customize Routing Rule for Main domain and Subdomain(wildcard)
app/router.options.ts
for the subdomain
```
import type { RouterConfig } from "@nuxt/schema";
import { useRuntimeConfig } from "#app";...Import file as raw string on a config file (UnoCSS config in this case)
import globalCSS from './app/styles/theme-base.css?raw'
within the config but I'm getting
Cannot restart nuxt: Unknown file extension ".css" for <full file path>
any idea on how to make the import work? I'm inlining the css instead of using the file as a workaround.
Nuxt 4 compat.
edit: fixed it by using normal fs from Node, looks like the module config doesnt go through vite...