How to get current locale on server side using i18n module?
lucide-vue-next hydration mismatch

Strange cookie behaviour
/auth
request, they are received, but for some reason with all of the other requests they are not attached.
I've attached the cookie sending code on the server.
BTW, it works on chrome, but not on firefox, and at least on my PC it wouldn't work on edge....
Error 'Cannot read properties of undefined (reading external)' when running bun run dev with Nuxt 3.
bun run dev
. I created the project using npm create nuxt@latest -- -t ui --packageManager=bun
, but when I run the dev command, I get the error below. It seems related to Nitro, but I'm not sure how to fix it. Has anyone encountered this or have any ideas on what might be causing it? Here's my environment:
- Operating System: Linux
- Node Version: v20.12.2
- Nuxt Version: 3.16.2
..."Missing Required Prop" when I never defined any propss

Fetch is typed but not the object i put it in
defineCachedEventHandler strips out headers
export default defineEventHandler(async (event) => {
console.log('headers', event.node.req.headers)
export default defineEventHandler(async (event) => {
console.log('headers', event.node.req.headers)
defineCachedEventHandler
just logs out {}
?...How to make microservice on AWS with nuxt?
UNavigationMenu custom variants UI3
UButton custom variants with UI3
Auto Imports vs. components/AppHeader.vue (?)

Nuxt UI Radio Group Variants not displaying as shown in docs.
Client-side navigation still returns useFetch cache even though the cache has been cleared
defineCachedEventHandler()
method. If I remove one of the caches with storage.removeItem(key);
and refresh the page the new data is returned fine. But if I navigate client-side to another page and then navigate back to the page with the cached data, the old cache is returned. How do I avoid this?
I have tried the following solutions:
1. Setting cache
option on useFetch
to "no-store" and "no-cache...Monorepo using Nuxt/UI and TS ( + Vite)
[unimport] failed to find "LazyIcon" imported from "#components"
@nuxt/icon
module, but when I run my tests (with vitest
), I get the following error:
```bash
Error: [unimport] failed to find "LazyIcon" imported from "#components"
Plugin: nuxt:components:imports...What is the difference between renderSuspended and mountSuspended ?
Hide secret token in plugin install options
Validation of Form File Inputs (ui3)

Question about how to use getCachedData properly (server-side)