konsav
Issue with Upgrading @nuxt/image Module in Nuxt 3
Hello everyone,
I'm encountering an issue while upgrading from @nuxt/image-edge to the latest stable @nuxt/image in my Nuxt 3 project. My current setup includes:
• Nuxt version: "^3.1.1"
• Vue version: "^3.2.45"
• @nuxt/image version: "latest"
After updating the module, I receive the following error during the build:
Module not found: Error: Can't resolve 'C:/.../node_modules/@nuxt/image/dist/runtime/composables' in 'node_modules@nuxt\image\dist\runtime\components'
Did you mean 'composables.mjs'?
BREAKING CHANGE: The request 'C:/.../node_modules/@nuxt/image/dist/runtime/composables' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
Do you have any idea for the error?
3 replies
middleware/redirect.global.js
My project is in Nuxt3. I create a middleware in order to redirect when a user go to a specific route. And the redirect url is from an APi call. My problem is that API call become twice and i have this error on terminal
[unhandledRejection] Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
16 replies
Cache-Control: max-age=604800, public.
I have my project in "vue": "^3.2.45" and "nuxt": "^3.1.1". In one page of my project appear on network in Response headers Cache-Control: max-age=604800, public and i have problems to continue.
I haven't set up something about caching. Do you have any idea about that?
4 replies
SyntaxError: Unexpected token '?', SyntaxError: Unexpected token '.'
Hey everyone! On iPhone devices with Safari version 13 and below, this error appears in the console and the page does not display correctly. Could you help me why this is happening?
16 replies
Nuxt 3 prefetch all chunks
Hi i have a problem with production build. I have 2 layouts and couple of pages for each layouts. But when I do nuxi build and nuxi start every page loads every styles and assets that are imported by all of the pages. How can i disabled prefetch for all of chunks?
3 replies
Disable auto imports
Hello everyone! I have a problem with the auto import into Nuxt3. I set it in nuxt.config.ts as autoImport: false(https://nuxt.com/docs/guide/concepts/auto-imports#disable-auto-imports) and on network bring all the .js files. Can anyone help me? Thanks in advance!
1 replies