Uncaught Error: Disallowed operation called within global scope.
Page blanking after briefly showing data
div all work fine, however if I try and add a nested div the data content on the page shows on the page very briefly (maybe 1 or 2 seconds) before showing only the basic text title on the page.
At this stage, there is no root template content in app.vue except the default...cannot start dev server
401 Server error, no errors
Session with Redis backend
nuxt-auth-utils....User Session Data Not Available in layout on login
@nuxtjs/color-mode@4.0.0 causing issues
[nuxt] error caught during app initialization TypeError: Cannot read properties of undefined (reading 'preference')
at /Users/david.marr/src/my-nuxt-app/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client.js:19:24
[nuxt] error caught during app initialization TypeError: Cannot read properties of undefined (reading 'preference')
at /Users/david.marr/src/my-nuxt-app/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client.js:19:24
Repository pattern + useAsyncData + Pinia store, hydration + caching problems?
const { data: documents } = await $api.users.getUploadedDocuments(); but we actually populate the reactive state in a pinia store, persisted in Cookie, const documentList = ref<DocumentMetadata[]>([]);, we use this documentList ref in our components. However we notice random cached requests, random network requests and sometimes double hydration from certain requests too, what to do?...Custom useAuthFetch - Not getting types as useFetch

Configuring nitro storage with environment variables
process.env in nuxt.config or is there a better way?Nuxt UI: How to Link Typography & Spacing Scales?
create my own starter template
Content from separate repo
Soft 404 issue on Google Search Console (live test url)
i18n: fallback instead of 404
Failed to resolve icon
[Vue warn]: Failed to resolve component: Icon
[Vue warn]: Failed to resolve component: Icon
I cannot set module to preserve
Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'es2022', 'esnext', 'node16', 'nodenext'.
Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'es2022', 'esnext', 'node16', 'nodenext'.
In Nuxt 4, is it possible to handle fallback during SSR like in Next.js?
Nuxt UI responsive defaultVariants
how to change cursor on all clickable elements