\n\nthe issue seems to happen quite frequently and for different modules (added the id of the module to the error that is being printed to make sure), sometimes its the `date-fns`, sometimes `@nuxt/ui` other times some of our other 3rd party libraries that are proprietary.\n\nWe never experienced this issue on Nuxt v3 and it only started happening last week when we migrated to v4.\n\nWe tried increasing the Vite timeout as you can see in our config but that didn't help either.\nThe only thing that seems to \"help\" is force saving the `nuxt.config.ts` which forces Nuxt to restart but even that doesn't work all the time, rerunnning `npm run dev` also doesn't always result in a successful build\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3028,3031],{"name":3029,"color":3030},"pending triage","E99695",{"name":3032,"color":3033},"possible regression","B90A42",32789,"nuxt","open","[v4]: Request timeout while loading module","2025-07-28T11:24:46Z","https://github.com/nuxt/nuxt/issues/32789",0.6597497,{"description":3042,"labels":3043,"number":3046,"owner":3035,"repository":3035,"state":3047,"title":3048,"updated_at":3049,"url":3050,"score":3051},"labels: 'bug, devtools, windows, hmr, network'\n\n\n### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.15.0\n- Nuxt Version: 4.0.0\n- CLI Version: 3.26.2\n- Nitro Version: 2.12.0\n- Package Manager: pnpm@10.13.1\n- Builder: -\n- User Config: compatibilityDate, devtools, components, runtimeConfig, modules, css, postcss, shadcn, tiptap, i18n\n- Runtime Modules: @pinia/nuxt@0.11.2, @nuxtjs/i18n@9.5.6, @nuxtjs/tailwindcss@7.0.0-beta.0, shadcn-nuxt@2.2.0, @nuxt/icon@1.15.0, @nuxt/image@1.10.0, @formkit/auto-animate/nuxt@0.8.2, nuxt-tiptap-editor@2.3.1\n- Build Modules: -\n\n### Reproduction\n\nnpx nuxi@latest init my-app\nselect pnpm\ninit git\ncd my-app\npnpm dev\nOpen http://localhost:3000/, refresh the web page quickly or press ctrl + R continuously.\n\n**Same for this issue**: https://github.com/nuxt/cli/issues/247#issue-1937211690\n\n### Describe the bug\n\n* This issue began immediately after upgrading my project from Nuxt 3 to Nuxt 4.\n* I have already performed the standard troubleshooting steps including:\n * Deleting `node_modules`, `pnpm-lock.yaml`, `.nuxt/`, and `.output/` directories.\n * Running `pnpm install` to reinstall all dependencies.\n * Clearing `pnpm` cache (`pnpm store prune` then `pnpm cache clean --force`).\n * Temporarily disabling my antivirus software and Windows Firewall to rule out network interference.\n * Restarting my development environment and entire machine.\n* The `write ECONNABORTED` error typically points to a network connection abortion, which seems to occur within the Node.js/Nuxt dev server process, possibly related to HMR or socket communication on Windows.\n* This behavior appears to be similar to other reported issues, particularly `nuxt/cli#247`, which also discusses `ECONNABORTED`/`ECONNRESET` errors on Windows during development.\n\n\n### Additional context\n\nHere is \n\n\u003Cimg width=\"1526\" height=\"815\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1558e701-8375-4c85-9de0-55e616f9aa6d\" />\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```",[3044,3045],{"name":3029,"color":3030},{"name":3032,"color":3033},32685,"closed","write ECONNABORTED during nuxt dev on Windows with Nuxt 4","2025-07-19T13:50:04Z","https://github.com/nuxt/nuxt/issues/32685",0.5008423,{"description":3053,"labels":3054,"number":3056,"owner":3035,"repository":3035,"state":3047,"title":3057,"updated_at":3058,"url":3059,"score":3060},"### Environment\n\n[nuxi 6:42:33 PM] Working directory: C:/Users/eyyub/OneDrive/Desktop/startups/side-projects\nNuxt project info: nuxi 6:42:33 PM\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v22.14.0\n- Nuxt Version: -\n- CLI Version: 3.25.0\n- Nitro Version: -\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\nSteps to reproduce the issue:\n- Open a terminal on Windows 11.\n- Run the command:npm create nuxt\nornpx nuxi init .\n\n- Immediately after running the command, the internet connection drops.\n- No other internet-related issues occur outside of this operation.\n- The issue persists regardless of different network connections.\n\n### Describe the bug\n\nAfter executing npm create nuxt or npx nuxi init ., my internet connection is disrupted. The issue occurs only during this operation and does not affect other internet usage. It happens on Windows 11 in Azerbaijan.\n\n\n### Additional context\n\n- The problem seems to be network-related, possibly due to a DNS resolution failure (getaddrinfo ENOTFOUND api.nuxt.com).\n- The error log suggests the fetch request to https://api.nuxt.com/modules fails.\n- This issue does not occur with other npm commands.\n\n### Logs\n\n```shell-script\n[6:32:41 PM] ERROR [GET] \"https://api.nuxt.com/modules\": \u003Cno response> fetch failed\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async $fetchRaw2 (...nuxi.mjs:373:14)\n at async $fetch2 (...nuxi.mjs:419:15)\n at async Object.run (...init.mjs:851:24)\n at async runCommand$1 (...nuxi.mjs:1767:16)\n at async runMain$1 (...nuxi.mjs:1896:7)\n[cause]: getaddrinfo ENOTFOUND api.nuxt.com\n```",[3055],{"name":3029,"color":3030},31843,"[az:translated] Network disruption after running npm create nuxt or npx nuxi init . on Windows 11 in Azerbaijan","2025-04-18T17:09:17Z","https://github.com/nuxt/nuxt/issues/31843",0.65353215,{"labels":3062,"number":3073,"owner":3035,"repository":3035,"state":3047,"title":3074,"updated_at":3075,"url":3076,"score":3077},[3063,3066,3067,3070],{"name":3064,"color":3065},"3.x","29bc7f",{"name":3029,"color":3030},{"name":3068,"color":3069},"windows","C681FD",{"name":3071,"color":3072},"needs reproduction","FBCA04",14142,"Nuxt 3.x.x latest doesn't build on Windows 11, but does on Ubuntu 22.04","2023-01-19T17:25:53Z","https://github.com/nuxt/nuxt/issues/14142",0.6547274,{"description":3079,"labels":3080,"number":3083,"owner":3035,"repository":3035,"state":3047,"title":3084,"updated_at":3085,"url":3086,"score":3087},"While working on a Nuxt 4.0.0 project, the development server **unexpectedly crashes after saving a file** — typically after Hot Module Replacement (HMR) is triggered.\n\n🟡 **The crash does not occur every time** I save a file, but it starts happening **after a while**, and I can't identify a consistent cause. Once it starts, saving a file (which triggers HMR) often causes the dev server to shut down with the following error:\n\n---\n\n### 🧨 Error Output\n\n\n\n```\n✔ Vite server hmr 15 files in 42.47ms 2:22:20 AM\n\n ERROR [unhandledRejection] write EPIPE 2:22:28 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```\n\n**Notes**\n\n- Issue began after upgrading to nuxt@4.0.0 and @nuxt/schema@4.0.0.\n- Possibly related to a recent change in how Vite handles streams or socket communication.\n- No custom server or middleware logic has been added.\n\nNpm version:\n```\n{\n \"npm\": \"10.9.2\",\n \"node\": \"22.16.0\",\n \"v8\": \"12.4.254.21-node.26\",\n \"uv\": \"1.51.0\",\n \"zlib\": \"1.2.12\",\n \"openssl\": \"3.5.0\"\n}\n```\n\nPackages:\n@commitlint/cli@19.8.1 \n@element-plus/nuxt@1.1.4 \n@nuxt/devtools@2.6.2 \n@nuxt/module-builder@1.0.1 \n**@nuxt/schema@4.0.0** \n@nuxt/test-utils@3.19.2 \n@nuxt/types@2.18.1 \n@nuxtjs/i18n@10.0.0 \n@nuxtjs/tailwindcss@6.14.0 \n@pinia/nuxt@0.11.2 \n@types/markdown-it@14.1.2 \n@types/moment-timezone@0.5.30 \n@types/sortablejs@1.15.8 \n@vitest/coverage-v8@3.2.4 \n@vue/test-utils@2.4.6 \napexcharts@5.2.0 \naxios@1.10.0 \neslint@8.57.1 \neslint-plugin-vue@10.3.0 \nhusky@9.1.7 \nmarkdown-it@14.1.0 \nmitt@3.0.1 \n**nuxt@4.0.0** \nopenai@5.9.0 \nsass@1.89.2 \nstylelint@16.21.1 \ntypescript@5.8.3 \nvite-tsconfig-paths@5.1.4 \nvitest@3.2.4 \n**vue@3.5.17** \nvue-router@4.5.1 \nvue3-apexcharts@1.8.0 \n\n\n### Reproduction\n\nRun npm install.\nRun npm run dev.\n",[3081,3082],{"name":3029,"color":3030},{"name":3032,"color":3033},32689,"❗ Nuxt 4.0.0 - Dev Server Crashes After Random Hot Reload (`write EPIPE` Error)","2025-07-20T08:11:08Z","https://github.com/nuxt/nuxt/issues/32689",0.6586125,{"description":3089,"labels":3090,"number":3092,"owner":3035,"repository":3035,"state":3047,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.14.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.3\n- Package Manager: bun@1.2.4\n- Builder: -\n- User Config: compatibilityDate, devtools, vite\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\n```bash\nbunx nuxi init my-nuxt-app\ncd my-nuxt-app\nbun --bun run dev\n```\n\nAnd open https://localhost:3000\n\n### Describe the bug\n\nWhen opening https://localhost:3000 connecting to ws://localhost:3000/_nuxt/?token=AT5I5-6hbwDR never resolving, and when it completely fails then nuxt trying to open vite connecting, which is also failing in firefox with `connection refused`\n\n### Additional context\n\nI'm not sure thats the right repository for reporting this bug, maybe i should report it to bun itself?\n\nHowever, if i start dev via `npx nuxt dev` everything is fine.\n\n### Logs\n\n```shell-script\n\n```",[3091],{"name":3029,"color":3030},31249,"Bun runtime brokes hmr in dev mode","2025-03-24T12:10:21Z","https://github.com/nuxt/nuxt/issues/31249",0.6605522,{"description":3098,"labels":3099,"number":3109,"owner":3035,"repository":3035,"state":3047,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### Environment\r\n\r\nNuxt 3.8.0-28284309.b3d3d7f4 with Nitro 2.6.3 \r\n \r\n\r\n### Reproduction\r\nhttps://github.com/imcm7/nuxt-db/blob/main/nuxt.config.ts\r\n \r\n\r\n\r\n### Describe the bug\r\n \r\n ➜ Local: http://localhost:3000/\r\n ➜ Network: use --host to expose\r\n\r\nℹ Adding @auth/nuxt module... { verifyClientOnEveryRequest: true, @auth/nuxt 5:49:16 PM\r\n guestRedirectTo: '/',\r\n authenticatedRedirectTo: '/',\r\n baseUrl: '' }\r\n✔ Added @auth/nuxt module successfully. @auth/nuxt \r\nℹ Using default Tailwind CSS file nuxt:tailwindcss \r\n\r\n WARN Nuxt DevTools only supports Vite mode, module is disabled. 5:49:19 PM\r\n\r\nℹ Tailwind Viewer: http://localhost:3000/_tailwind/ nuxt:tailwindcss \r\n\r\n ERROR Cannot start nuxt: Maximum call stack size exceeded \r\n\r\n at deepmerge (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:100:19)\r\n at cloneUnlessOtherwiseSpecified (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:34:5)\r\n at node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:94:23\r\n at Array.forEach (\u003Canonymous>)\r\n at mergeObject (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:86:18)\r\n at deepmerge (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:117:10)\r\n at cloneUnlessOtherwiseSpecified (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:34:5)\r\n at node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:94:23\r\n at Array.forEach (\u003Canonymous>)\r\n at mergeObject (node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js:86:18)\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3100,3101,3104,3107],{"name":3064,"color":3065},{"name":3102,"color":3103},"bug","d73a4a",{"name":3105,"color":3106},"upstream","E8A36D",{"name":3108,"color":3072},"🔨 p3-minor",23644,"Switched from bun to pnpm and builder: 'webpack'","2023-10-16T12:54:05Z","https://github.com/nuxt/nuxt/issues/23644",0.66171885,{"description":3115,"labels":3116,"number":3119,"owner":3035,"repository":3035,"state":3047,"title":3120,"updated_at":3121,"url":3122,"score":3123},"### Environment\n\nv3 (stackblitz):\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.19.1\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@10.8.2\n- Builder: -\n- User Config: compatibilityDate, devtools, runtimeConfig\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\nv3 (local):\n\n------------------------------\n- Operating System: Linux\n- Node Version: v23.5.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.7\n- Package Manager: pnpm@10.11.0\n- Builder: -\n- User Config: compatibilityDate, devtools, runtimeConfig\n- Build Modules: -\n------------------------------\n\n\nv4:\n\n------------------------------\n- Operating System: Linux\n- Node Version: v23.5.0\n- Nuxt Version: 4.0.0-alpha.1\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: pnpm@8.15.9\n- Builder: -\n- User Config: compatibilityDate, devtools, css, runtimeConfig\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-xoxiwxsx?file=.env\n\n### Describe the bug\n\nAfter updating the .env value I get this error locally and via stackblitz:\n\nlocally v3:\n\n```\n ERROR [unhandledRejection] read ECONNRESET 12:22:27 PM\n\n at TCP.onStreamRead (node:internal/stream_base_commons:216:20)\n```\nlocally v4:\n```\n ERROR [unhandledRejection] connect ECONNREFUSED 127.0.0.1:41311 12:17:42 PM\n\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16)\n```\n\nstackblitz v3:\n\n```\n ERROR [unhandledRejection] socket hang up \n```\n\n### Additional context\n\nWith stackblitz HMR for .env does not work anymore (maybe related)\n\n### Logs\n\n```shell-script\n\n```",[3117,3118],{"name":3029,"color":3030},{"name":3032,"color":3033},32291,"[unhandledRejection] connect ECONNREFUSED when HMR `.env`","2025-07-17T09:19:35Z","https://github.com/nuxt/nuxt/issues/32291",0.6639699,{"description":3125,"labels":3126,"number":3130,"owner":3035,"repository":3035,"state":3047,"title":3131,"updated_at":3132,"url":3133,"score":3134},"### Environment\n\n```\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v20.11.0\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@9.6.6\r\n- Builder: -\r\n- User Config: devtools, modules, css, app, router, auth, devServer, robots, colorMode, pinia, build, typescript, piniaPersistedstate, hooks, site, sitemap, nitro, runtimeConfig, features\r\n- Runtime Modules: nuxt-icon@0.6.10, @nuxtjs/google-fonts@3.2.0, @formkit/auto-animate/nuxt@0.8.2, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/image@1.6.0, @nuxt/ui@2.15.2, @vueuse/nuxt@10.9.0, v-wave/nuxt, @sidebase/nuxt-auth@0.7.2, @nuxtjs/seo@2.0.0-rc.10, nuxt-aos@1.2.4\r\n- Build Modules: -\r\n------------------------------\r\n```\n\n### Reproduction\n\n-\n\n### Describe the bug\n\n```\r\n ERROR x Build failed in 886ms 2:08:15 AM\r\n\r\n\r\n ERROR Nuxt Build Error: [vite:css] [postcss] Method RegExp.prototype.exec called on incompatible receiver [object RegExp] 2:08:15 AM\r\nfile: /Users/mynuxtproject/node_modules/tailwindcss/tailwind.css:undefined:NaN\r\n\r\n file: node_modules/tailwindcss/tailwind.css:undefined:NaN\r\n at Proxy.exec (\u003Canonymous>)\r\n at Proxy.test (\u003Canonymous>)\r\n at registerPlugins (node_modules/tailwindcss/lib/lib/setupContextUtils.js:899:38)\r\n at createContext (node_modules/tailwindcss/lib/lib/setupContextUtils.js:1221:5)\r\n at getContext (node_modules/tailwindcss/lib/lib/setupContextUtils.js:1278:19)\r\n at node_modules/tailwindcss/lib/lib/setupTrackingContext.js:118:81\r\n at node_modules/tailwindcss/lib/processTailwindFeatures.js:46:11\r\n at plugins (node_modules/tailwindcss/lib/plugin.js:38:69)\r\n at LazyResult.runOnRoot (node_modules/postcss/lib/lazy-result.js:329:16)\r\n at LazyResult.runAsync (node_modules/postcss/lib/lazy-result.js:258:26)\r\n\r\n```\r\n\r\nand\r\n\r\n```\r\n ERROR x Build failed in 1.95s 2:03:45 AM\r\n\r\n\r\n ERROR Nuxt Build Error: [vite:css] [postcss] Method RegExp.prototype.exec called on incompatible receiver [object RegExp] 2:03:45 AM\r\nfile: /project_live/node_modules/.cache/nuxt-google-fonts/css/nuxt-google-fonts.css:undefined:NaN\r\n\r\n file: node_modules/.cache/nuxt-google-fonts/css/nuxt-google-fonts.css:undefined:NaN\r\n at Proxy.exec (\u003Canonymous>)\r\n at Proxy.test (\u003Canonymous>)\r\n at registerPlugins (node_modules/tailwindcss/lib/lib/setupContextUtils.js:899:38)\r\n at createContext (node_modules/tailwindcss/lib/lib/setupContextUtils.js:1221:5)\r\n at getContext (node_modules/tailwindcss/lib/lib/setupContextUtils.js:1278:19)\r\n at node_modules/tailwindcss/lib/lib/setupTrackingContext.js:118:81\r\n at node_modules/tailwindcss/lib/processTailwindFeatures.js:46:11\r\n at plugins (node_modules/tailwindcss/lib/plugin.js:38:69)\r\n at LazyResult.runOnRoot (node_modules/postcss/lib/lazy-result.js:329:16)\r\n at LazyResult.runAsync (node_modules/postcss/lib/lazy-result.js:258:26)\r\n ```\n\n### Additional context\n\nGet this error after \"nuxt build\"\n\n### Logs\n\n_No response_",[3127,3128,3129],{"name":3029,"color":3030},{"name":3105,"color":3106},{"name":3071,"color":3072},27012,"Nuxt Build Error (RegExp.prototype.exec)","2024-07-17T11:11:02Z","https://github.com/nuxt/nuxt/issues/27012",0.66471225,{"description":3136,"labels":3137,"number":3145,"owner":3035,"repository":3035,"state":3047,"title":3146,"updated_at":3147,"url":3148,"score":3149},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.6.2\r\n- Package Manager: npm@9.6.7\r\n- Builder: vite\r\n- User Config: css, modules, imports, build, vite, pwa, pinia, i18n, gtag\r\n- Runtime Modules: nuxt-simple-robots@3.1.2, @vueuse/nuxt@10.4.1, @nuxtjs/i18n@8.0.0-beta.12, @vite-pwa/nuxt@0.1.0, @nuxtjs/device@3.1.0, @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.1, nuxt-gtag@0.6.2, (), @nuxtjs/google-adsense@2.1.0\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nBuild the default nuxt 3, deploy it to any provider using iisnode.\n\n### Describe the bug\n\nWhen deploying the application to iisnode (windows), an error appends due to named Pipes:\r\n\r\n\r\n\r\nI was able to change this line inside the \".output/server/chunks/nitro/node-server.mjs\" from this (Please check line 7794) :\r\n\r\n\r\n\r\nTo this (Please check line 7794):\r\n\r\n\r\n\r\nThat simple fix seems to resolve all the issues for the IISNode named pipe errors.\r\n\r\nLet me know where to change this line of code inside this repository for me being able to create the pull request.\n\n### Additional context\n\nI am using nuxt 3 in ssr mode.\r\n\r\nI am using the default preset when deploying my application.\r\n\r\n\r\n\n\n### Logs\n\n_No response_",[3138,3139,3140,3143,3144],{"name":3064,"color":3065},{"name":3102,"color":3103},{"name":3141,"color":3142},"nitro","bfd4f2",{"name":3105,"color":3106},{"name":3068,"color":3069},22961,"node-server.mjs breaks when using iisnode due to named pipe","2023-12-25T17:36:30Z","https://github.com/nuxt/nuxt/issues/22961",0.6648719,["Reactive",3151],{},["Set"],["ShallowReactive",3154],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fiPay_Mr1yc0Qn1hD4IGllwm2SDinReC9q2fD1Urn0ZE":-1},"/nuxt/cli/968"]