watchEffect vs effect (Hydration Error)
Build Issues on Apple M chips
Hot-Refresh end on white-screen
Hydration mismatch when using text from raw file

Nuxt UI v3 vue only x vitest
Pre-transform error: Duplicate attribute.
shadcn/ui-nuxt Form component to my project.
Nuxt UI 3 Dynamic Theming

is it okay to use `await useFetch()` inside my composable?
await useFetch() inside my composable, which is not a useFetch wrapper. i am then using my composable inside the <script setup> with await. something like this
const { status, refresh, productList, totalCost } = await useMyCart()...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 (?)
