Can I use giget in the modules field?
I'm having problmes updating my nuxt 3.8 to the latest
npm run build crashes after upgrade to Nuxt 3.16 due to exsolve
npm run build
suddenly breaks with errors in the exsolve module. In my application code (so outside of node_modules
) I do not use any node functionality (directly). All I receive is this rather cryptic message of an error caused within exsolve
itself. Did anyone else have this problem after the upgrade and how did you solve it? Thanks a lot for any pointers!
```
[ nuxi 15:58:23] ERROR Nuxt Build Error: node_modules/exsolve/dist/index.mjs (7:9): "format" is not exported by "__vite-browser-external", imported by "node_modules/exsolve/dist/index.mjs".
file: /Users/someuser/someproject/node_modules/exsolve/dist/index.mjs:7:9...How to handle relative anchor links when the destination is external?
[..path].vue
.
I have a working example here:...Using nuxt3 content module
Clean Modal emits
type: "login"
....Nuxt 3.16 SSG - prerendering route
dynamic-page-${pageIdentifier.value}-${locale.value}
.
But when running nuxt start I notice that some pages have not prerendered statically and requests to GraphQL are still being done. other pages of the same type do seem to be fully generated. What do I have to do to make sure all pages are fully statically generated?...important css element ui
How to prevent duplicate API endpoint calls being made from within a component?
Unhead syntax error in browser
ERROR [vite-node] [plugin:vite:vue] [VITE_ERROR]

UI3 on stackblitz
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....