useFetch type inference
show me how to make dark mode for nuxt3 with ssr = true
Data fetching on SSR using useFetch/useAsyncData does not work on page refresh/reload
NODE_TLS_REJECT_UNAUTHORIZED=0
is unnecessary.
* Setting server=false or any implementation that moves the request to the client-side is not preferred, as my goal is to use SSR for data fetching.
My SSR application is hosted in AWS, following a structure similar to the one described here (see attached image) but with CloudFront in front of ALB....
Color of Logo does not get updated from SSR prerendering although reference values changes

Change icon color of UPageCard
Multiple input field

Nuxt Devtools

Build size slow down website!

Advice on Nuxt project setup
Typescript and useFetch transform
Nuxt3 Generate - static assets relative path

Seeing helper.removeColorScheme is not a function from color-mode module
Nuxt errors after refreshing package-lock.json (A composable that requires access...)
Clearing UForm errors
middleware on nested routes
admin/
route with its index.vue
page and algo nested routes:
admin/users
admin/users/[id]
I added a middleware in the root admin page but the nested routes don't inherit the middleware...Set layout in routes
Failed to fetch urls with sitemap.xml
useRequestFetch does not pass cookie when path is not "/" on ssr
useRequestFetch
.
```ts...tests are queued but never run

how to send original request from onResponseError?