Nuxt UI v3 as layer
nuxt.config.ts
. Once I try to run dev command, there is an error 500: '~/assets/css/main.css' can't be found
.
Does running v3 as layer requires some extra approach?...Nuxt app/ folder structure error 500
change router history base url

Cannot compile template (components) after migration from Nuxt UI Pro v1 to v3.
ERROR Cannot read properties of undefined (reading 'theme') ERROR Could not compile template ui-pro/blog-post.ts. nuxt 22:59:41 ...
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