\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```",[3249,3250],{"name":3172,"color":3173},{"name":3199,"color":3200},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":3247,"labels":3257,"number":3258,"owner":3175,"repository":3213,"state":3189,"title":3259,"updated_at":3260,"url":3261,"score":3262},[],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":3264,"labels":3265,"number":3273,"owner":3175,"repository":3175,"state":3189,"title":3274,"updated_at":3275,"url":3276,"score":3277},"### 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_",[3266,3267,3268,3270],{"name":3185,"color":3186},{"name":3172,"color":3173},{"name":3269,"color":3227},"needs reproduction",{"name":3271,"color":3272},"closed-by-bot","ededed",22816,"ECONNREFUSED on NodeJS 18","2025-03-02T11:48:19Z","https://github.com/nuxt/nuxt/issues/22816",0.6505027,{"description":3279,"labels":3280,"number":3286,"owner":3175,"repository":3175,"state":3189,"title":3287,"updated_at":3288,"url":3289,"score":3290},"### 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",[3281,3282,3283,3285],{"name":3185,"color":3186},{"name":3172,"color":3173},{"name":3210,"color":3284},"C681FD",{"name":3269,"color":3227},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,["Reactive",3292],{},["Set"],["ShallowReactive",3295],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f8XHAllStQoOM2um-m7787_w2wHn6nMdEScIIbwzy_6g":-1},"/nuxt/cli/247"]