\nFull log out put from browser console below\n\n### Logs\n\n```shell-script\nThe console log from the browser from starting the dev server\n\nclient:745 WebSocket connection to 'ws://localhost:3000/_nuxt/?token=hbttnGO2POq9' failed: \ncreateConnection @ client:745\nconnect @ client:412\nconnect @ client:751\nconnect @ client:290\nconnect @ client:374\n(anonymous) @ client:823\nclient:755 WebSocket connection to 'ws://localhost:5173/_nuxt/?token=hbttnGO2POq9' failed: \ncreateConnection @ client:755\nconnect @ client:412\nconnect @ client:759\nclient:765 [vite] failed to connect to websocket.\nyour current setup:\n (browser) localhost:3000/_nuxt/ \u003C--[HTTP]--> localhost:5173/_nuxt/ (server)\n (browser) localhost:3000/_nuxt/ \u003C--[WebSocket (failing)]--> localhost:5173/_nuxt/ (server)\nCheck out your Vite / network configuration and https://vite.dev/config/server-options.html#server-hmr .\nconnect @ client:765\nawait in connect\nconnect @ client:290\nconnect @ client:374\n(anonymous) @ client:823\nentry.js:1 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/vue/dist/vue.runtime.esm-bundler.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nlocalhost/:1 Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/entry.js?v=1c201e43\nentry.js:2 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Ffetch.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:3 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fglobal-polyfills.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:4 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/nuxt.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nentry.js:5 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/composables/error.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nentry.js:6 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fcss.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:7 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fplugins.client.mjs net::ERR_ABORTED 503 (Service Unavailable)\nentry.js:8 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Froot-component.mjs net::ERR_ABORTED 503 (Service Unavailable)\nentry.js:9 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fnuxt.config.mjs net::ERR_ABORTED 503 (Service Unavailable)\nfavicon.ico:1 \n \n \n GET http://localhost:3000/favicon.ico 503 (Service Unavailable)\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\n```",[3210],{"name":3152,"color":3153},32817,"Nuxt dev server issues","2025-07-31T06:58:57Z","https://github.com/nuxt/nuxt/issues/32817",0.6199275,{"labels":3217,"number":3222,"owner":3155,"repository":3155,"state":3169,"title":3223,"updated_at":3224,"url":3225,"score":3226},[3218,3221],{"name":3219,"color":3220},"3.x","29bc7f",{"name":3152,"color":3153},15353," ERROR [unhandledRejection] The service was stopped: write EPIPE","2023-01-19T17:48:57Z","https://github.com/nuxt/nuxt/issues/15353",0.6209197,{"description":3228,"labels":3229,"number":3233,"owner":3155,"repository":3178,"state":3169,"title":3157,"updated_at":3234,"url":3235,"score":3236},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v22.14.0`\n- Nuxt Version: `4.0.2`\n- CLI Version: `3.27.0`\n- Nitro Version: `2.12.4`\n- Package Manager: `npm@11.4.2`\n- Builder: `-`\n- User Config: `app`, `runtimeConfig`, `$development`, `css`, `modules`, `quasar`, `pinia`, `imports`, `vite`, `nitro`, `devServer`, `ssr`, `experimental`, `build`, `alias`, `piniaPluginPersistedstate`, `fonts`, `security`, `compatibilityDate`, `devtools`, `future`, `pwa`\n- Runtime Modules: `nuxt-quasar-ui@2.1.13`, `@pinia/nuxt@0.11.2`, `@vueuse/nuxt@13.6.0`, `pinia-plugin-persistedstate/nuxt@4.4.1`, `@formkit/auto-animate/nuxt@0.8.2`, `@nuxt/eslint@1.7.1`, `@nuxt/fonts@0.11.4`, `@vite-pwa/nuxt@1.0.4`\n- Build Modules: `-`\n\n\n### Reproduction\n\nEvery time I start a dev environment using `nuxi dev`, I encounter an error that causes the dev server to stop responding and the build to restart. I have to refresh the application with `Ctrl+F5` to get it working. It seems to run fine after that. \n\nThis issue occurs since I updated my application to Nuxt v4. \n\nHere's the error message:\n``` \nERROR [unhandledRejection] read ECONNRESET 11:02:00 \n\n at TLSWrap.onStreamRead (node:internal/stream_base_commons:216:20)\n at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)\n```\n\n### Describe the bug\n\nSee: Reproduction.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```\n\nhttps://github.com/nuxt-modules/robots/issues/221",[3230],{"name":3231,"color":3232},"windows","F96443",994,"2025-08-09T14:09:23Z","https://github.com/nuxt/cli/issues/994",0.62116987,{"description":3238,"labels":3239,"number":3244,"owner":3155,"repository":3155,"state":3169,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### Environment\n\nnpx nuxi info, \n\n### Reproduction\n\nNo a fancy way i just initialized a new project >> then npm i >> then npm run dev >> now refresh localhost:3001\r\n\r\n\r\n\r\nthen this is the final result only poping up \n\n### Describe the bug\n\n[nuxt] [request error] [unhandled] [500] request to http://[::]:3001/__nuxt_vite_node__/manifest failed, reason: connect ENETUNREACH :::3001 - Local (:::0) ()\r\n at async $fetchRaw2 (./node_modules/ohmyfetch/dist/shared/ohmyfetch.fb8dc89e.mjs:132:20) \r\n at async ./.nuxt/dev/index.mjs:537:20 \r\n at async ./.nuxt/dev/index.mjs:608:64 \r\n at async ./.nuxt/dev/index.mjs:107:22 \r\n at async Object.handler (./node_modules/h3/dist/index.mjs:567:19) \r\n at async Server.toNodeHandle (./node_modules/h3/dist/index.mjs:631:7)\r\n[nuxt] [request error] [unhandled] [500] request to http://[::]:3001/__nuxt_vite_node__/manifest failed, reason: connect ENETUNREACH :::3001 - Local (:::0) ()\r\n at async $fetchRaw2 (./node_modules/ohmyfetch/dist/shared/ohmyfetch.fb8dc89e.mjs:132:20) \r\n at async ./.nuxt/dev/index.mjs:537:20 \r\n at async ./.nuxt/dev/index.mjs:608:64 \r\n at async ./.nuxt/dev/index.mjs:107:22 \r\n at async Object.handler (./node_modules/h3/dist/index.mjs:567:19) \r\n at async toNodeHandle (./node_modules/h3/dist/index.mjs:631:7) \r\n at async ufetch (./node_modules/unenv/runtime/fetch/index.mjs:9:17) \r\n at async $fetchRaw2 (./node_modules/ohmyfetch/dist/shared/ohmyfetch.fb8dc89e.mjs:132:20) \r\n at async Object.errorhandler [as onError] (./.nuxt/dev/index.mjs:432:29) \r\n at async Server.toNodeHandle (./node_modules/h3/dist/index.mjs:638:9)\r\n[nuxt] [request error] [unhandled] [500] request to http://[::]:3001/__nuxt_vite_node__/manifest failed, reason: connect ENETUNREACH :::3001 - Local (:::0) ()\r\n at async $fetchRaw2 (./node_modules/ohmyfetch/dist/shared/ohmyfetch.fb8dc89e.mjs:132:20) \r\n at async ./.nuxt/dev/index.mjs:537:20 \r\n at async ./.nuxt/dev/index.mjs:608:64 \r\n at async ./.nuxt/dev/index.mjs:107:22 \r\n at async Object.handler (./node_modules/h3/dist/index.mjs:567:19) \r\n at async toNodeHandle (./node_modules/h3/dist/index.mjs:631:7) \r\n at async ufetch (./node_modules/unenv/runtime/fetch/index.mjs:9:17) \r\n at async $fetchRaw2 (./node_modules/ohmyfetch/dist/shared/ohmyfetch.fb8dc89e.mjs:132:20) \r\n at async Object.errorhandler [as onError] (./.nuxt/dev/index.mjs:432:29) \r\n at async Server.toNodeHandle (./node_modules/h3/dist/index.mjs:638:9)\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3240,3241,3242],{"name":3219,"color":3220},{"name":3152,"color":3153},{"name":3231,"color":3243},"C681FD",15225,"[nuxt] [request error] [unhandled] [500], \"npm run dev\"","2024-07-06T16:18:25Z","https://github.com/nuxt/nuxt/issues/15225",0.62672627,{"labels":3250,"number":3254,"owner":3155,"repository":3155,"state":3169,"title":3255,"updated_at":3256,"url":3257,"score":3258},[3251,3252,3253],{"name":3219,"color":3220},{"name":3199,"color":3200},{"name":3178,"color":3179},12844,"when nuxt restarts, get the error `[unhandledRejection] ENOENT: no such file or directory`","2023-01-19T16:37:28Z","https://github.com/nuxt/nuxt/issues/12844",0.6300224,{"description":3260,"labels":3261,"number":3269,"owner":3155,"repository":3155,"state":3169,"title":3270,"updated_at":3271,"url":3272,"score":3273},"### Environment\n\nNuxt project info: 4:02:35 PM\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.5.0\r\n- Builder: -\r\n- User Config: telemetry, app, components, modules, css, postcss, routeRules, vite, runtimeConfig, tailwindcss, formkit\r\n- Runtime Modules: @formkit/nuxt@0.19.3, @nuxtjs/i18n@8.3.0, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, nuxt-icons@3.2.1, @nuxt-alt/proxy@2.5.8, nuxt-swiper@1.2.2\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nRunning in docker (image `node:20-slim`) on production server from `.output` directory: `node -trace-warnings ./server/index.mjs`.\r\n\r\nOutput was created with `npm node_modules/.bin/nuxt build`.\n\n### Describe the bug\n\nThe server sends HTML and lots of JS is loaded, but the page stays blank. This itself is a problem in the application which I'm trying to resolve. To do so I checked the logs. Now here's my issue: the logs are not very extensive/detailed. See \"Logs\" down below. It says:\r\n\r\n```\r\n[nuxt] [request error] [unhandled] [500] 10\r\n```\r\nI checked the `server.mjs` for a bit and I see that `10` is the error code. But this is very little info to work with to try to solve my issue. I really don't know where to start...\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n2024-04-12T14:42:00.517658346Z Listening on http://0.0.0.0:3000\r\n2024-04-12T14:42:49.825923528Z (node:1) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.\r\n2024-04-12T14:42:49.826004555Z at getAllowUnauthorized (node:internal/options:58:13)\r\n2024-04-12T14:42:49.826011081Z at Object.connect (node:_tls_wrap:1743:29)\r\n2024-04-12T14:42:49.826027602Z at Client.connect (node:internal/deps/undici/undici:7684:24)\r\n2024-04-12T14:42:49.826031629Z at socket (node:internal/deps/undici/undici:9228:29)\r\n2024-04-12T14:42:49.826034534Z at new Promise (\u003Canonymous>)\r\n2024-04-12T14:42:49.826037838Z at connect (node:internal/deps/undici/undici:9227:30)\r\n2024-04-12T14:42:49.826040583Z at _resume (node:internal/deps/undici/undici:9423:11)\r\n2024-04-12T14:42:49.826043551Z at resume (node:internal/deps/undici/undici:9348:7)\r\n2024-04-12T14:42:49.826060233Z at [dispatch] (node:internal/deps/undici/undici:8605:11)\r\n2024-04-12T14:42:49.826064731Z at Intercept (node:internal/deps/undici/undici:8278:20)\r\n2024-04-12T14:42:50.194798505Z [nuxt] [request error] [fatal] [404] Page not found\r\n2024-04-12T14:42:50.194870747Z at createError$1 (./server/chunks/runtime.mjs:2426:15) \r\n2024-04-12T14:42:50.194893095Z at createError (./server/chunks/build/server.mjs:682:21) \r\n2024-04-12T14:42:50.194897245Z at setup (./server/chunks/build/_...slug_-C6vAr5rt.mjs:3125:13) \r\n2024-04-12T14:42:50.194901795Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n2024-04-12T14:42:50.251500731Z [nuxt] [request error] [unhandled] [500] 10\r\n2024-04-12T14:42:50.251573098Z at createCompileError (./server/chunks/build/server.mjs:2927:18) \r\n2024-04-12T14:42:50.251590300Z at emitError (./server/chunks/build/server.mjs:3044:19) \r\n2024-04-12T14:42:50.251595000Z at readTokenInLinked (./server/chunks/build/server.mjs:3588:11) \r\n2024-04-12T14:42:50.251598518Z at readToken (./server/chunks/build/server.mjs:3604:14) \r\n2024-04-12T14:42:50.251601330Z at Object.nextToken (./server/chunks/build/server.mjs:3655:12) \r\n2024-04-12T14:42:50.251604161Z at parseLinked (./server/chunks/build/server.mjs:3796:28) \r\n2024-04-12T14:42:50.251620247Z at parseMessage (./server/chunks/build/server.mjs:3897:26) \r\n2024-04-12T14:42:50.251649776Z at parseResource (./server/chunks/build/server.mjs:3931:21) \r\n2024-04-12T14:42:50.251652659Z at Object.parse2 [as parse] (./server/chunks/build/server.mjs:3945:17) \r\n2024-04-12T14:42:50.251656309Z at baseCompile$1 (./server/chunks/build/server.mjs:4344:22)\n```\n",[3262,3263,3264,3266],{"name":3219,"color":3220},{"name":3152,"color":3153},{"name":3265,"color":3185},"needs reproduction",{"name":3267,"color":3268},"closed-by-bot","ededed",26757,"Nuxt production server 500: unhandled request error \"10\" very terse/no details.","2024-04-20T01:47:46Z","https://github.com/nuxt/nuxt/issues/26757",0.6306593,["Reactive",3275],{},["Set"],["ShallowReactive",3278],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAF99ixXFDHI6sk9lHtG0Os04bg_jjZqsM3jI75tPeww":-1},"/nuxt/nuxt/27708"]