\n\n### Logs\n\n```shell-script\npnpm run dev\n in pwsh at 11:41:48\n\n> nuxt-app@ dev C:\\work-files\\mazaady\\rivals_frontend\n> nuxt dev\n\nNuxt 4.0.0 with Nitro 2.12.0 nuxi 11:44:48 AM\n 11:44:49 AM\n ➜ Local: http://localhost:3000/\n ➜ Network: use --host to expose\n\ni Tiptap Editor initialized 11:44:52 AM\n ➜ DevTools: press Shift + Alt + D in the browser (v2.6.2) 11:44:52 AM\n\ni Nuxt Icon server bundle mode is set to local 11:44:54 AM\n√ Nuxt Icon discovered local-installed 1 collections: heroicons 11:45:00 AM\ni Re-optimizing dependencies because lockfile has changed 11:45:03 AM\n√ Vite client built in 128ms 11:45:03 AM\n√ Vite server built in 282ms 11:45:03 AM\n√ Nuxt Nitro server built in 2857ms nitro 11:45:07 AM\ni Vite client warmed up in 3ms 11:45:07 AM\ni Vite server warmed up in 109ms 11:45:07 AM\n WARN [Vue Router warn]: No match found for location with path \"/auth/login\" 11:48:18 AM\ni ✨ new dependencies optimized: @intlify/shared 11:48:21 AM\ni ✨ new dependencies optimized: @intlify/core-base, vue-toast-notification 11:48:22 AM\ni ✨ optimized dependencies changed. reloading 11:48:22 AM\n WARN [Vue Router warn]: No match found for location with path \"/auth/login\" 11:48:22 AM\n\n ERROR [unhandledRejection] write ECONNABORTED 11:48:22 AM\n\n at afterWriteDispatched (node:internal/stream_base_commons:159:15)\n at writeGeneric (node:internal/stream_base_commons:150:3)\n at Socket._writeGeneric (node:net:971:11)\n at Socket._write (node:net:983:8)\n at writeOrBuffer (node:internal/streams/writable:572:12)\n at _write (node:internal/streams/writable:501:10)\n at Writable.write (node:internal/streams/writable:510:10)\n at Socket.ondata (node:internal/streams/readable:1009:22)\n at Socket.emit (node:events:518:28)\n at addChunk (node:internal/streams/readable:561:12)\n```",[3094,3095],{"name":3041,"color":3042},{"name":3084,"color":3085},32685,"write ECONNABORTED during nuxt dev on Windows with Nuxt 4","2025-07-19T13:50:04Z","https://github.com/nuxt/nuxt/issues/32685",0.64759475,{"description":3092,"labels":3102,"number":3103,"owner":3030,"repository":3031,"state":3055,"title":3104,"updated_at":3105,"url":3106,"score":3107},[],968,"[Bug]: write ECONNABORTED during nuxt dev on Windows with Nuxt 4 (hmr, network)","2025-07-19T13:50:18Z","https://github.com/nuxt/cli/issues/968",0.6494714,{"description":3109,"labels":3110,"number":3118,"owner":3030,"repository":3030,"state":3055,"title":3119,"updated_at":3120,"url":3121,"score":3122},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.6.0\r\n- Package Manager: yarn@1.22.19\r\n- Builder: vite\r\n- User Config: components, app, runtimeConfig, css, build, vuetify, googleSignIn, imports, modules, devtools, vite \r\n- Runtime Modules: @nuxt-alt/vuetify@1.1.1, @nuxtjs/tailwindcss@6.8.0, nuxt-vue3-google-signin@0.0.9, @pinia/nuxt@0.4.11, nuxt-lodash@2.5.0, dayjs-nuxt@1.1.2, @vee-validate/nuxt@4.11.3\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nMake a fetch request on server side\r\n\r\n### Describe the bug\r\n\r\ni get the following error:\r\n\r\n{\r\n statusCode: 500,\r\n fatal: false,\r\n unhandled: false,\r\n __nuxt_error: true,\r\n [cause]: TypeError: fetch failed\r\n at Object.fetch (node:internal/deps/undici/undici:11457:11)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n at async $fetchRaw2 (node_modules/ofetch/dist/shared/ofetch.00501375.mjs:219:26)\r\n at async $fetchRaw2 (node_modules/ofetch/dist/shared/ofetch.00501375.mjs:228:14)\r\n at async $fetch2 (node_modules/ofetch/dist/shared/ofetch.00501375.mjs:261:15)\r\n at async Proxy.fetchUser (stores\\useAuthStore.ts:18:29)\r\n at async F:\\code\\meevo\\mac-frontend\\plugins\\loadUser.ts:11:85\r\n at async Object.callAsync (node_modules/unctx/dist/index.mjs:72:16) \r\n at async applyPlugin (node_modules\\nuxt\\dist\\app\\nuxt.js:112:25)\r\n at async Module.applyPlugins (node_modules\\nuxt\\dist\\app\\nuxt.js:129:7) { \r\n cause: Error: connect ECONNREFUSED ::1:8000\r\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {\r\n errno: -4078,\r\n code: 'ECONNREFUSED',\r\n syscall: 'connect',\r\n address: '::1',\r\n port: 8000\r\n }\r\n }\r\n\r\n### Additional context\r\n\r\nmaybe releated? https://github.com/node-fetch/node-fetch/issues/1624\r\n\r\n### Logs\r\n\r\n_No response_",[3111,3112,3113,3115],{"name":3051,"color":3052},{"name":3041,"color":3042},{"name":3114,"color":3070},"needs reproduction",{"name":3116,"color":3117},"closed-by-bot","ededed",22816,"ECONNREFUSED on NodeJS 18","2025-03-02T11:48:19Z","https://github.com/nuxt/nuxt/issues/22816",0.6505027,{"description":3124,"labels":3125,"number":3131,"owner":3030,"repository":3030,"state":3055,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\r\n\r\n_I have updated version of node and nuxi_\r\n\r\n- Windows 11\r\n- Node 18.14.2\r\n- Nuxi 9.5.0\r\n\r\nto create the error, \r\n`npx nuxi init test`\r\n`cd test`\r\n`yarn` \r\n`yarn dev`\r\n** ERROR [unhandledRejection] The service was stopped: write EPIPE 10:42:14\r\n\r\n at node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:1145:25\r\n at responseCallbacks.\u003Ccomputed> (node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:701:9)\r\n at afterClose (node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:691:28)\r\n at node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:2097:11\r\n at onwriteError (node:internal/streams/writable:418:3)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:84:21)\r\n\r\n\r\n ERROR (node:16056) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 3) 10:42:14\r\n(Use `node --trace-warnings ...` to show where the warning was created)**\r\n\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/eyopa21/salehu\r\n\r\n### Describe the bug\r\n\r\nthe bug blocks the HMR and I can't also execute the script block\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nERROR [unhandledRejection] The service was stopped: write EPIPE 10:42:14\r\n\r\nat node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:1145:25\r\nat responseCallbacks. (node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:701:9)\r\nat afterClose (node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:691:28)\r\nat node_modules\\vite\\node_modules\\esbuild\\lib\\main.js:2097:11\r\nat onwriteError (node:internal/streams/writable:418:3)\r\nat process.processTicksAndRejections (node:internal/process/task_queues:84:21)\r\n\r\nERROR (node:16056) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 3) 10:42:14\r\n(Use node --trace-warnings ... to show where the warning was created)\r\n```\r\n",[3126,3127,3128,3130],{"name":3051,"color":3052},{"name":3041,"color":3042},{"name":3027,"color":3129},"C681FD",{"name":3114,"color":3070},19457,"After creating new Nuxt 3 project, it gives me a Write EPIPE error","2023-04-24T20:30:55Z","https://github.com/nuxt/nuxt/issues/19457",0.6553384,{"description":3137,"labels":3138,"number":3144,"owner":3030,"repository":3030,"state":3055,"title":3145,"updated_at":3146,"url":3147,"score":3148},"### Environment\n\nAfter npx nuxi@latest upgrade --force, receiving the following error.\n\nWorks fine on \"nuxt\": \"3.14.1592\"\n\n```\n ERROR [unhandledRejection] Cannot read properties of undefined (reading '0') 10:55:13 AM\n\n at Object.\u003Canonymous> (node_modules/nuxt/dist/index.mjs:711:65)\n at Object.enter (node_modules/nuxt/dist/index.mjs:75:23)\n at SyncWalker.visit (node_modules/estree-walker/src/sync.js:65:16)\n at SyncWalker.visit (node_modules/estree-walker/src/sync.js:100:19)\n at walk (node_modules/estree-walker/src/index.js:20:18)\n at walk (node_modules/nuxt/dist/index.mjs:72:10)\n at parseAndWalk (node_modules/nuxt/dist/index.mjs:85:3)\n at getRouteMeta (node_modules/nuxt/dist/index.mjs:693:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async augmentPages (node_modules/nuxt/dist/index.mjs:639:25)\n\nℹ Restarting Nuxt due to error: TypeError: Cannot read properties of undefined (reading '0') \n```\n\n### Reproduction\n\nIt is a large project and reproduction is very hard to provide.\n\n### Describe the bug\n\nAfter 3.15.0 update the dev server is not starting. Also the project is not building.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3139,3142,3143],{"name":3140,"color":3141},"bug","d73a4a",{"name":3069,"color":3070},{"name":3084,"color":3085},30445,"[3.15.0] ERROR [unhandledRejection] Cannot read properties of undefined (reading '0')","2025-01-04T21:14:57Z","https://github.com/nuxt/nuxt/issues/30445",0.65684205,["Reactive",3150],{},["Set"],["ShallowReactive",3153],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f8XHAllStQoOM2um-m7787_w2wHn6nMdEScIIbwzy_6g":-1},"/nuxt/cli/247"]