to app.vue\n8. start the project via npm run dev\n9. open created localhost link in browser\n[Minimal reproduction link](https://stackblitz.com/edit/github-dksvnc-l71vra)\n\n### Describe the bug\n\nRunning in development mode (and shortly seems to be an issue for production build also) and opening app in browser leads to error in Vue Router. You can still get it work by redirecting to other path by clicking the link to another page, but the error will return after page refresh which is extremely uncomfartable for local work\n\nSetting ssr: false in nuxt.config.ts solves this issue, but we need ssr: true for the project\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[Vue Router warn]: uncaught error during route navigation:\nCannot destructure property '__webpack_ids__' of 'data' as it is undefined.\n\n at installChunk (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at setup (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at applyPlugin (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at executePlugin (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at applyPlugins (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at createNuxtAppServer (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at async Object.renderToString (/D:/dev/text-nuxt/node_modules/vue-bundle-renderer/dist/runtime.mjs:173:19)\n```",[2865,2868,2871],{"name":2866,"color":2867},"bug","d73a4a",{"name":2869,"color":2870},"webpack","650C6F",{"name":2872,"color":2873},"❗ p4-important","D93F0B",30165,"nuxt","open","[Vue Router warn]: uncaught error during route navigation when building with webpack","2024-12-17T06:37:23Z","https://github.com/nuxt/nuxt/issues/30165",0.6534395,{"description":2882,"labels":2883,"number":2903,"owner":2875,"repository":2875,"state":2876,"title":2904,"updated_at":2905,"url":2906,"score":2907},"### Environment\r\n\r\n- Operating System: `Linux`\r\n- Node Version: `v18.16.1`\r\n- Nuxt Version: `3.5.2`\r\n- Nitro Version: `2.4.1`\r\n- Package Manager: `npm@9.5.1`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/phanect/repro-nuxt-scss-browserback\r\n\r\nI'm attaching the reproduction as a GitHub repository because this issue was not reproduced on Stackblitz.\r\nIf you disable the cache using DevTools, this issue is not reproduced.\r\n\r\n### Describe the bug\r\n\r\nStep to reproduce:\r\n\r\n1. Clone the repro and run the app:\r\n\r\n```shell\r\n$ git clone https://github.com/phanect/repro-nuxt-scss-browserback.git\r\n$ cd repro-nuxt-scss-browserback\r\n$ npm ci\r\n$ npm run dev\r\n```\r\n2. Open http://localhost:3000/\r\n3. Click the link \"Go to another page\" to move to http://localhost:3000/another/\r\n4. Press the browser back button to go back to http://localhost:3000/\r\n\r\nExpected: The link text \"Go to another page\" is properly shown.\r\nActual: An error message \"500 Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\" is shown.\r\nIn the browser console, some error messages are shown:\r\n\r\n```\r\nindex.vue:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of \"text/css\". Strict MIME type checking is enforced for module scripts per HTML spec.\r\nvue-router.js:201 [Vue Router warn]: uncaught error during route navigation:\r\nvue-router.js:2663 TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\r\nnuxt.js:94 [nuxt] error caught during app initialization TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\r\nvue-router.js:201 [Vue Router warn]: Unexpected error when starting the router: TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\r\nnuxt.js:94 [nuxt] error caught during app initialization TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\r\nchunk-3Q27KRJ5.js:1358 \u003CSuspense> is an experimental feature and its API will likely change.\r\nchunk-3Q27KRJ5.js:97 [Vue warn]: Hydration node mismatch:\r\n- Client vnode: div \r\n- Server rendered DOM: \r\n (start of fragment) \r\n at \u003CErrorDev statusCode=500 statusMessage=\"Internal Server Error\" description=\"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\" ... > \r\n at \u003CAsyncComponentWrapper statusCode=500 statusMessage=\"Internal Server Error\" description=\"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\" ... > \r\n at \u003CNuxtErrorPage key=0 error= TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151 > \r\n at \u003CAsyncComponentWrapper key=0 error= TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151 > \r\n at \u003CNuxtRoot>\r\nchunk-3Q27KRJ5.js:97 [Vue warn]: Hydration children mismatch in \u003Cdiv>: server rendered element contains fewer child nodes than client vdom. \r\n at \u003CErrorDev statusCode=500 statusMessage=\"Internal Server Error\" description=\"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\" ... > \r\n at \u003CAsyncComponentWrapper statusCode=500 statusMessage=\"Internal Server Error\" description=\"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151\" ... > \r\n at \u003CNuxtErrorPage key=0 error= TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151 > \r\n at \u003CAsyncComponentWrapper key=0 error= TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/pages/index.vue?t=1685504873151 > \r\n at \u003CNuxtRoot>\r\n```\r\n\r\n(These error messages are produced on Google Chrome 114.0.5735.90. On Firefox, similar error messages are produced too.)\r\n\r\n### Additional context\r\n\r\nThis is probably caused by CSS.\r\nIf you remove [`\u003Cstyle> block`](https://github.com/phanect/repro-nuxt-scss-browserback/blob/main/pages/index.vue#L7-L11) from index.vue, this error is not raised.\r\n\r\nI have never experienced this issue when I run the production server (`node .output/server/index.mjs`).\r\n\r\nBrowser: Google Chrome 114.0.5735.90 (64bit)\r\nOS: KDE neon (an Ubuntu-based Linux distribution)\r\n\r\n### Logs\r\n\r\n_No response_",[2884,2887,2890,2893,2896,2897,2900],{"name":2885,"color":2886},"good first issue","fbca04",{"name":2888,"color":2889},"workaround available","11376d",{"name":2891,"color":2892},"pending triage","E99695",{"name":2894,"color":2895},"dx","C39D69",{"name":2866,"color":2867},{"name":2898,"color":2899},"vite","3574D1",{"name":2901,"color":2902},"possible regression","B90A42",15723,"`\u003Cstyle>` block causes error on browser back on `nuxt dev`","2025-05-08T19:59:56Z","https://github.com/nuxt/nuxt/issues/15723",0.6602612,{"description":2909,"labels":2910,"number":2916,"owner":2875,"repository":2875,"state":2876,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Environment\n\n- Operating System: `Linux`\n- Node Version: `v22.11.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.6`\n- Package Manager: `pnpm@9.14.4`\n- Builder: `-`\n- User Config: `modules`, `css`, `future`, `robots`, `site`, `sitemap`, `app`, `runtimeConfig`, `auth`, `imports`, `components`, `$development`, `$production`, `ui`, `viewport`, `hooks`, `compatibilityDate`, `devtools`\n- Runtime Modules: `@nuxt/ui@3.0.0-beta.3`, `nuxt-viewport@2.2.0`, `@vueuse/nuxt@11.3.0`, `@nuxtjs/sitemap@7.2.7`, `@nuxtjs/robots@5.2.6`, `@sidebase/nuxt-auth@0.10.1`\n- Build Modules: `-`\n\n\n### Reproduction\n\nnormal use\n\n### Describe the bug\n\nWhen using nuxt normally and hot reloading from time to time. At some point the given error comes up on the website and in the console. Restarting nuxt will solve this bug temporarily but after some time it keeps happening again. It's seems to be only happening in development. \n\n### Additional context\n\n\n\n### Logs\n\n```shell-script\n[unhandledRejection] connect EADDRNOTAVAIL 127.0.0.1:32835 - Local (0.0.0.0:0) 11:14:27 AM\n\n at internalConnect (node:net:1097:16)\n at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)\n at node:net:1327:9\n at process.processTicksAndRejections (node:internal/process/task_queues:85:11)\n\n\n ERROR [request error] [unhandled] [GET] http://localhost:3000/albums/finn-test\n\n\nℹ Error: [GET] \"http://127.0.0.1:32835/__nuxt_vite_node__/invalidates\": \u003Cno response> fetch failed\n\n ⁃ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n ⁃ at async $fetchRaw2 (node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:270:14)\n\n 265 ┃ await callHooks(\n 266 ┃ context,\n 267 ┃ context.options.onRequestError\n 268 ┃ );\n 269 ┃ }\n ❯ 270 ┃ return await onError(context);\n 271 ┃ } finally {\n 272 ┃ if (abortTimeout) {\n 273 ┃ clearTimeout(abortTimeout);\n 274 ┃ }\n 275 ┃ }\n\n ⁃ at async $fetch2 (node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15)\n ⁃ at async default (node_modules/.pnpm/@nuxt+vite-builder@3.16.0_@types+node@22.13.10_eslint@9.22.0_jiti@2.4.2__lightningcss@1.29.2__q3uqehtdb7bjpxzyrfsc6xlhim/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:23:23)\n ⁃ at async Object.renderToString (node_modules/.pnpm/vue-bundle-renderer@2.1.1/node_modules/vue-bundle-renderer/dist/runtime.mjs:173:19)\n ⁃ at async Object.render (node_modules/.pnpm/nuxt@3.16.0_@parcel+watcher@2.5.1_@types+node@22.13.10_db0@0.3.1_eslint@9.22.0_jiti@2.4.2__io_gfija2yyyxqt3oafwjkz4e3aki/node_modules/nuxt/dist/core/runtime/nitro/handlers/renderer.js:121:21)\n ⁃ at async Object.handler (node_modules/.pnpm/nitropack@2.11.6_typescript@5.8.2/node_modules/nitropack/dist/runtime/internal/renderer.mjs:25:22)\n ⁃ (async file://node_modules/.pnpm/h3@1.15.1/node_modules/h3/dist/index.mjs:2009:19)\n ⁃ at async Object.callAsync (node_modules/.pnpm/unctx@2.4.1/node_modules/unctx/dist/index.mjs:72:16)\n ⁃ at async Server.toNodeHandle (node_modules/.pnpm/h3@1.15.1/node_modules/h3/dist/index.mjs:2301:7)\n\n[CAUSE]\nTypeError {\n stack: 'fetch failed\\n' +\n ' at node:internal/deps/undici/undici:13392:13\\n' +\n ' at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\\n' +\n 'at async $fetchRaw2 (./node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:258:26)\\n' +\n 'at async $fetchRaw2 (./node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:270:14)\\n' +\n 'at async $fetch2 (./node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15)\\n' +\n 'at async default (./node_modules/.pnpm/@nuxt+vite-builder@3.16.0_@types+node@22.13.10_eslint@9.22.0_jiti@2.4.2__lightningcss@1.29.2__q3uqehtdb7bjpxzyrfsc6xlhim/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:23:23)\\n' +\n 'at async Object.renderToString (./node_mod'... 710 more characters,\n message: 'fetch failed',\n cause: Error {\n stack: 'connect EADDRNOTAVAIL 127.0.0.1:32835 - Local (0.0.0.0:0)\\n' +\n ' at internalConnect (node:net:1097:16)\\n' +\n ' at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)\\n' +\n ' at node:net:1327:9\\n' +\n ' at process.processTicksAndRejections (node:internal/process/task_queues:85:11)',\n message: 'connect EADDRNOTAVAIL 127.0.0.1:32835 - Local (0.0.0.0:0)',\n errno: -99,\n code: 'EADDRNOTAVAIL',\n syscall: 'connect',\n address: '127.0.0.1',\n port: 32835,\n },\n}\n```",[2911,2912,2913],{"name":2891,"color":2892},{"name":2898,"color":2899},{"name":2914,"color":2915},"needs reproduction","FBCA04",31429,"Nuxt vite_node invalidates gives 500 Error","2025-03-20T07:54:57Z","https://github.com/nuxt/nuxt/issues/31429",0.66319937,{"description":2922,"labels":2923,"number":2929,"owner":2875,"repository":2875,"state":2930,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.17.0\r\n- Nuxt Version: 3.10.3\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.9.1\r\n- Package Manager: npm@9.6.7\r\n- Builder: -\r\n- User Config: devtools, plugins, css, components, modules, nitro, colorMode, vite, runtimeConfig, app\r\n- Runtime Modules: @element-plus/nuxt@1.0.7, @nuxtjs/color-mode@3.3.2, @nuxt/image@1.4.0\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\npackage.json: \r\n{\r\n \"dependencies\": {\r\n \"@ant-design/icons-vue\": \"^6.1.0\",\r\n \"@element-plus/icons-vue\": \"^2.1.0\",\r\n \"@floating-ui/dom\": \"^1.4.5\",\r\n \"@phosphor-icons/vue\": \"^2.0.1\",\r\n \"@types/js-cookie\": \"^3.0.3\",\r\n \"axios\": \"^1.5.1\",\r\n \"dompurify\": \"^3.0.5\",\r\n \"highlight.js\": \"^11.7.0\",\r\n \"jwt-decode\": \"^3.1.2\",\r\n \"marked\": \"^5.1.2\",\r\n \"marked-mangle\": \"^1.1.4\",\r\n \"mitt\": \"^3.0.1\",\r\n \"mixpanel-browser\": \"^2.47.0\",\r\n \"nuxt-gtag\": \"^1.1.1\",\r\n \"sass\": \"^1.58.0\",\r\n \"socket.io-client\": \"4.6.2\",\r\n \"three\": \"^0.161.0\",\r\n \"tslib\": \"^2.5.0\",\r\n \"vue\": \"^3.4.19\",\r\n \"vue-router\": \"^4.1.6\",\r\n \"vue-virtual-scroller\": \"^2.0.0-beta.8\",\r\n \"vue3-lottie\": \"^2.7.0\",\r\n \"vue3-toastify\": \"^0.1.5\",\r\n \"vuex\": \"^4.1.0\",\r\n \"wavesurfer.js\": \"^7.4.5\",\r\n \"yup\": \"^1.3.2\"\r\n },\r\n \"devDependencies\": {\r\n \"@element-plus/nuxt\": \"^1.0.5\",\r\n \"@nuxt/devtools\": \"latest\",\r\n \"@nuxt/image\": \"^1.1.0\",\r\n \"@nuxtjs/color-mode\": \"^3.3.0\",\r\n \"@rushstack/eslint-patch\": \"^1.1.4\",\r\n \"@types/cookie\": \"^0.5.1\",\r\n \"@types/mixpanel-browser\": \"^2.47.4\",\r\n \"@types/node\": \"^20.2.5\",\r\n \"@typescript-eslint/eslint-plugin\": \"^5.56.0\",\r\n \"@typescript-eslint/parser\": \"^5.56.0\",\r\n \"@vitejs/plugin-vue\": \"^4.0.0\",\r\n \"@vue/eslint-config-prettier\": \"^7.0.0\",\r\n \"@vue/eslint-config-typescript\": \"^11.0.2\",\r\n \"autoprefixer\": \"^10.4.13\",\r\n \"element-plus\": \"^2.3.8\",\r\n \"eslint\": \"^8.36.0\",\r\n \"eslint-config-prettier\": \"^8.8.0\",\r\n \"eslint-config-standard-with-typescript\": \"^34.0.1\",\r\n \"eslint-plugin-import\": \"^2.27.5\",\r\n \"eslint-plugin-n\": \"^15.6.1\",\r\n \"eslint-plugin-prettier\": \"^4.2.1\",\r\n \"eslint-plugin-promise\": \"^6.1.1\",\r\n \"eslint-plugin-vue\": \"^9.10.0\",\r\n \"nuxt\": \"^3.10.3\",\r\n \"prettier\": \"^2.7.1\",\r\n \"typescript\": \"^5.0.2\",\r\n \"unplugin-auto-import\": \"^0.15.2\",\r\n \"unplugin-vue-components\": \"^0.24.1\",\r\n \"vite\": \"^4.3.9\",\r\n \"vite-svg-loader\": \"^4.0.0\",\r\n \"vue-eslint-parser\": \"^9.1.0\"\r\n }\r\n}\r\n\n\n### Describe the bug\n\nRoute object created with useRoute and accessed via $route in template has no reactivity.\r\nI have updated from 3.6.5 to 3.10.3 and now huge part of a project which is based on route object is totally not working.\r\n I can access route object only by using\r\n `\r\n const router = useRouter();\r\n const route = computed(()=> router.currentRoute.value);\r\n `\r\n Also sometimes i face an error saying: ERROR [unhandledRejection] write EPIPE, not sure if these problems are related, but anyways. \r\n Will appreciate any help.\r\n\r\n \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nERROR [unhandledRejection] write EPIPE 23:04:48\r\n\r\n at afterWriteDispatched (node:internal/stream_base_commons:160:15)\r\n at writeGeneric (node:internal/stream_base_commons:151:3)\r\n at Socket._writeGeneric (node:net:931:11)\r\n at Socket._write (node:net:943:8)\r\n at writeOrBuffer (node:internal/streams/writable:392:12)\r\n at _write (node:internal/streams/writable:333:10)\r\n at Writable.write (node:internal/streams/writable:337:10)\r\n at Socket.ondata (node:internal/streams/readable:766:22)\r\n at Socket.emit (node:events:514:28)\r\n at addChunk (node:internal/streams/readable:324:12)\n```\n",[2924,2927,2928],{"name":2925,"color":2926},"3.x","29bc7f",{"name":2891,"color":2892},{"name":2914,"color":2915},26092,"closed","Route object created with useRoute and accessed via $route in template has no reactivity.","2024-05-24T14:26:46Z","https://github.com/nuxt/nuxt/issues/26092",0.6507502,{"labels":2936,"number":2939,"owner":2875,"repository":2875,"state":2930,"title":2940,"updated_at":2941,"url":2942,"score":2943},[2937,2938],{"name":2925,"color":2926},{"name":2891,"color":2892},13601,"When I configuration vite to false","2023-01-19T17:00:22Z","https://github.com/nuxt/nuxt/issues/13601",0.65196717,{"description":2945,"labels":2946,"number":2950,"owner":2875,"repository":2875,"state":2930,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Environment\r\n\r\nNuxt project info: 6:55:53 PM\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.7.4\r\n- CLI Version: 3.9.0\r\n- Nitro Version: 2.6.3\r\n- Package Manager: npm@9.6.7\r\n- Builder: -\r\n- User Config: app, css, devtools, modules, runtimeConfig, plugins, vite, routeRules, pinia, imports\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @vite-pwa/nuxt@0.1.1, nuxt-typed-router@3.3.1, @nuxtjs/robots@3.0.0, @nuxtjs/color-mode@3.3.0, nuxt-lodash@2.5.0, nuxt-swiper@1.2.2, (), nuxt-laravel-precognition@0.0.7, @morev/vue-transitions/nuxt@2.3.6, @nuxtjs/i18n@8.0.0-rc.5, nuxt-headlessui@1.1.4, @nuxt/image@1.0.0-rc.3, @pinia/nuxt@0.4.11\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nneed to explain what is this error\r\n\r\n### Describe the bug\r\n\r\n\r\nwhen routing in any pages this error showing but i routing with nuxt-link with static pages and modules not used in this project please help.\r\n\r\nthx\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2947,2948,2949],{"name":2925,"color":2926},{"name":2891,"color":2892},{"name":2914,"color":2915},23556,"route to pages problem","2024-01-02T21:24:49Z","https://github.com/nuxt/nuxt/issues/23556",0.6521243,{"description":2956,"labels":2957,"number":2960,"owner":2875,"repository":2875,"state":2930,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Environment\n\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@8.11.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz\n\n### Describe the bug\n\nTo test the latest stable nuxt 3 version, I followed the steps on your [Installation](https://nuxt.com/docs/getting-started/installation) page to create a new project. When I ran the project with the command `npm run dev -- -o`, \r\nI got the following error:\r\n\r\n```error\r\n500\r\n\r\n[vite-node] [ERR_INVALID_URL_SCHEME] /node_modules/ufo/dist/index.mjs\r\n\r\nat /node_modules/ufo/dist/index.mjs\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\nNuxi 3.0.0\r\nNuxt 3.0.0 with Nitro 1.0.0\r\n\r\n > Local: http://localhost:3000/ \r\n > Network: http://192.168.1.46:3000/\r\n\r\n\r\n ERROR (node:7976) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\n\r\ni Vite client warmed up in 3900ms\r\n√ Nitro built in 2115 ms\n```\n",[2958,2959],{"name":2925,"color":2926},{"name":2891,"color":2892},15518,"500 - Vite error","2023-01-19T17:52:59Z","https://github.com/nuxt/nuxt/issues/15518",0.6523002,{"labels":2966,"number":2970,"owner":2875,"repository":2875,"state":2930,"title":2971,"updated_at":2972,"url":2973,"score":2974},[2967,2968,2969],{"name":2925,"color":2926},{"name":2891,"color":2892},{"name":2866,"color":2867},13718,"Error template don't rendered","2023-01-19T17:04:08Z","https://github.com/nuxt/nuxt/issues/13718",0.65400547,{"description":2976,"labels":2977,"number":2981,"owner":2875,"repository":2875,"state":2930,"title":2982,"updated_at":2983,"url":2984,"score":2985},"Upgrading from 3.15.3 to 3.17.3 resulted in a large number of errors\n\n```\n\n> dev\n> nuxt dev\n\nNuxt 3.17.3 with Nitro 2.11.12 nuxi 10:48:13 PM\n 10:48:13 PM\n ➜ Local: http://localhost:3008/\n ➜ Network: use --host to expose\n\nℹ Using default Tailwind CSS file nuxt:tailwindcss 10:48:14 PM\n ➜ DevTools: press Shift + Option + D in the browser (v2.0.0-beta.3) 10:48:15 PM\n\nℹ Nuxt Icon server bundle mode is set to local 10:48:15 PM\n✔ Nuxt Icon discovered local-installed 2 collections: heroicons, vscode-icons 10:48:16 PM\n✔ Vite client built in 119ms 10:48:18 PM\n\n[10:48:19 PM] WARN [@vue/compiler-sfc] defineEmits is a compiler macro and no longer needs to be imported.\n\n\n\n[10:48:19 PM] WARN [@vue/compiler-sfc] defineExpose is a compiler macro and no longer needs to be imported.\n\n\n✔ Vite server built in 3596ms 10:48:21 PM\n\n[10:48:22 PM] WARN [nuxt] Expected @nuxt/kit to be at least 3.17.3 but got 3.15.3. This might lead to unexpected behavior. Check your package.json or refresh your lockfile.\n\n✔ Nuxt Nitro server built in 3095ms nitro 10:48:25 PM\nℹ Vite client warmed up in 2ms 10:48:25 PM\nℹ Vite server warmed up in 20864ms 10:48:46 PM\n\n WARN [Vue Router warn]: uncaught error during route navigation:\n\n\n ERROR Unexpected token ':'\n\n __vite_ssr_import_0__.default: for (; a2 > 0; ) {\n ^\n \n SyntaxError: Unexpected token ':'\n at new Script (node:vm:117:7)\n at createScript (node:vm:269:10)\n at Object.runInThisContext (node:vm:317:10)\n at ViteNodeRunner.runModule (node_modules/vite-node/dist/client.mjs:353:17)\n at ViteNodeRunner.directRequest (node_modules/vite-node/dist/client.mjs:333:14)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async ViteNodeRunner.cachedRequest (node_modules/vite-node/dist/client.mjs:168:11)\n at async ViteNodeRunner.dependencyRequest (node_modules/vite-node/dist/client.mjs:216:10)\n at async utils/html2pdf.ts:2:31\n at async ViteNodeRunner.runModule (node_modules/vite-node/dist/client.mjs:354:3)\n\n\n WARN [Vue Router warn]: uncaught error during route navigation:\n\n\n ERROR Unexpected token ':'\n\n at node_modules/jspdf/dist/jspdf.es.min.js:1649:undefined)\n at new Script (node:vm:117:7)\n at createScript (node:vm:269:10)\n at Object.runInThisContext (node:vm:317:10)\n at ViteNodeRunner.runModule (node_modules/vite-node/dist/client.mjs:353:17)\n at ViteNodeRunner.directRequest (node_modules/vite-node/dist/client.mjs:333:14)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async ViteNodeRunner.cachedRequest (node_modules/vite-node/dist/client.mjs:168:11)\n at async ViteNodeRunner.dependencyRequest (node_modules/vite-node/dist/client.mjs:216:10)\n at async utils/html2pdf.ts:2:31)\n at async ViteNodeRunner.runModule (node_modules/vite-node/dist/client.mjs:354:3)\n\n\n ERROR [request error] [unhandled] [GET] http://localhost:3008/__nuxt_error?error=true&url=%2Fmodule%2Fmanage%2FhomeBed%2Freform%2FprojectLibraryList&statusCode=500&statusMessage=Server+Error&message=Unexpected+token+%27:%27&stack=Unexpected+token+%27:%27%0Aat+new+Script+(node:vm:117:7)%0Aat+createScript+(node:vm:269:10)%0Aat+Object.runInThisContext+(node:vm:317:10)%0Aat+ViteNodeRunner.runModule+(%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Fnode_modules%2Fvite-node%2Fdist%2Fclient.mjs:353:17)%0Aat+ViteNodeRunner.directRequest+(%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Fnode_modules%2Fvite-node%2Fdist%2Fclient.mjs:333:14)%0Aat+process.processTicksAndRejections+(node:internal%2Fprocess%2Ftask_queues:105:5)%0Aat+async+ViteNodeRunner.cachedRequest+(%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Fnode_modules%2Fvite-node%2Fdist%2Fclient.mjs:168:11)%0Aat+async+ViteNodeRunner.dependencyRequest+(%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Fnode_modules%2Fvite-node%2Fdist%2Fclient.mjs:216:10)%0Aat+async+%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Futils%2Fhtml2pdf.ts:2:31)%0Aat+async+ViteNodeRunner.runModule+(%2FUsers%2Fxuzhibin%2FDesktop%2FProject%2FADLWebNuxt3%2Fnode_modules%2Fvite-node%2Fdist%2Fclient.mjs:354:3)\n\n \nℹ Error: obj.hasOwnProperty is not a function\n\n ⁃ at shouldHydrate (node_modules/pinia/dist/pinia.mjs:1212:40)\n\n 1207 ┃ *\n 1208 ┃ * @param obj - target variable\n 1209 ┃ * @returns true if obj should be hydrated\n 1210 ┃ */\n 1211 ┃ function shouldHydrate(obj) {\n ❯ 1212 ┃ return !isPlainObject(obj) || !obj.hasOwnProperty(skipHydrateSymbol);\n 1213 ┃ }\n 1214 ┃ const { assign } = Object;\n 1215 ┃ function isComputed(o) {\n 1216 ┃ return !!(isRef(o) && o.effect);\n 1217 ┃ }\n\n ⁃ (node_modules/@pinia/nuxt/dist/runtime/payload-plugin.js:10:55)\n ⁃ at flatten (node_modules/devalue/src/stringify.js:63:18)\n ⁃ at flatten (node_modules/devalue/src/stringify.js:200:43)\n ⁃ at flatten (node_modules/devalue/src/stringify.js:65:39)\n ⁃ at stringify (node_modules/devalue/src/stringify.js:212:16)\n ⁃ at renderPayloadJsonScript (node_modules/nuxt/dist/core/runtime/nitro/utils/renderer/payload.js:17:32)\n ⁃ at Object.render (node_modules/nuxt/dist/core/runtime/nitro/handlers/renderer.js:145:297)\n ⁃ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n ⁃ at async Object.handler (node_modules/nitropack/dist/runtime/internal/renderer.mjs:25:22)\n\n[CAUSE]\nTypeError {\n stack: 'obj.hasOwnProperty is not a function\\n' +\n 'at shouldHydrate (./node_modules/pinia/dist/pinia.mjs:1212:40)\\n' +\n 'at ./node_modules/@pinia/nuxt/dist/runtime/payload-plugin.js:10:55)\\n' +\n 'at flatten (./node_modules/devalue/src/stringify.js:63:18)\\n' +\n 'at flatten (./node_modules/devalue/src/stringify.js:200:43)\\n' +\n 'at flatten (./node_modules/devalue/src/stringify.js:65:39)\\n' +\n 'at stringify (./node_modules/devalue/src/stringify.js:212:16)\\n' +\n 'at renderPayloadJsonScript (./node_modules/nuxt/dist/core/runtime/nitro/utils/renderer/payload.js:17:32)\\n' +\n 'at Object.render (./node_modules/nuxt/dist/core/runtime/nitro/handlers/renderer.js:145:297)\\n' +\n ' at process.processTicksAndRejections (node:internal/pro'... 157 more characters,\n message: 'obj.hasOwnProperty is not a function',\n}\n\n\n\n\n\n\n\n```",[2978,2979,2980],{"name":2891,"color":2892},{"name":2914,"color":2915},{"name":2901,"color":2902},32128,"Upgrading from 3.15.3 to 3.17.3 resulted in a large number of errors","2025-05-27T13:45:52Z","https://github.com/nuxt/nuxt/issues/32128",0.6541479,{"description":2987,"labels":2988,"number":2991,"owner":2875,"repository":2875,"state":2930,"title":2992,"updated_at":2993,"url":2994,"score":2995},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.5.0\r\n- Nitro Version: 2.4.0\r\n- Package Manager: pnpm@8.4.0\r\n- Builder: vite\r\n- User Config: modules, vite, css, imports, pinia, sitemap, app, ignore, telemetry, appConfig, devServer, nitro\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.6.6, @pinia/nuxt@0.4.8, @pinia-plugin-persistedstate/nuxt@1.1.1, @element-plus/nuxt@1.0.4, @nuxtjs/robots@3.0.0, nuxt-simple-sitemap@2.4.11\r\n- Build Modules: -\n\n### Reproduction\n\n-\n\n### Describe the bug\n\nCannot work after updating from 3.4.2 to 3.5.0 when run `dev`\r\n\r\nThis is error msg in terminal:\r\n\r\n```pwsh\r\nℹ Vite client warmed up in 8568ms\r\n[nitro] ✔ Nitro built in 7719 ms\r\n✔ Vite server hmr 20 files in 10116.675ms\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] nuxt.vueApp.runWithContext is not a function\r\n at callWithNuxt (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:210:24)\r\n at Object.runWithContext (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:32:29) \r\n\r\n at applyPlugin (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:111:37)\r\n at Module.applyPlugins (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:123:21) \r\n at createNuxtAppServer (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:29:35) \r\n at __vite_ssr_exports__.default (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:74:41)\r\n at default (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/@nuxt+vite-builder@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4_vue@3.3.2/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:31:24)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n at async Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:176:19)\r\n at async /D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3201:21\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] nuxt.vueApp.runWithContext is not a function\r\n at callWithNuxt (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:210:24)\r\n at Object.runWithContext (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:32:29) \r\n\r\n at applyPlugin (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:111:37)\r\n at Module.applyPlugins (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:123:21) \r\n at createNuxtAppServer (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:29:35) \r\n at __vite_ssr_exports__.default (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:74:41)\r\n at default (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/@nuxt+vite-builder@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4_vue@3.3.2/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:31:24)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n at async Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:176:19)\r\n at async /D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3201:21\r\n```\r\n\r\nThis is error msg in browser:\r\n\r\n```pwsh\r\n500\r\n__vite_ssr_import_0__.hasInjectionContext is not a function\r\n\r\nat Module.useRoute (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\composables\\router.js:21:29)\r\nat setup (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\components\\nuxt-root.vue:35:63)\r\nat _sfc_main.setup (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\components\\nuxt-root.vue:89:23)\r\nat callWithErrorHandling (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:171:22)\r\nat setupStatefulComponent (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:7194:29)\r\nat setupComponent (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:7149:11)\r\nat renderComponentVNode (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+server-renderer@3.2.47_vue@3.2.47\\node_modules\\@vue\\server-renderer\\dist\\server-renderer.cjs.js:628:17)\r\nat renderToString (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+server-renderer@3.2.47_vue@3.2.47\\node_modules\\@vue\\server-renderer\\dist\\server-renderer.cjs.js:906:26)\r\nat Object.renderToString$1 [as renderToString] (/D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3129:24)\r\nat Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:177:40)\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2989,2990],{"name":2925,"color":2926},{"name":2891,"color":2892},20901,"nuxt.vueApp.runWithContext is not a function","2023-08-24T06:37:00Z","https://github.com/nuxt/nuxt/issues/20901",0.654383,["Reactive",2997],{},["Set"],["ShallowReactive",3000],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$frjTuXkflVbOkp_xBBhNXNV_UJgwkZHJqa0eUqa26CNM":-1},"/nuxt/nuxt/22827"]