-
Notifications
You must be signed in to change notification settings - Fork 107
Labels
Description
Environment
- Operating System:
Windows_NT - Node Version:
v22.14.0 - Nuxt Version:
4.0.2 - CLI Version:
3.27.0 - Nitro Version:
2.12.4 - Package Manager:
npm@11.4.2 - Builder:
- - User Config:
app,runtimeConfig,$development,css,modules,quasar,pinia,imports,vite,nitro,devServer,ssr,experimental,build,alias,piniaPluginPersistedstate,fonts,security,compatibilityDate,devtools,future,pwa - 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 - Build Modules:
-
Reproduction
Every 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.
This issue occurs since I updated my application to Nuxt v4.
Here's the error message:
ERROR [unhandledRejection] read ECONNRESET 11:02:00
at TLSWrap.onStreamRead (node:internal/stream_base_commons:216:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)
Describe the bug
See: Reproduction.
Additional context
No response
Logs
Reactions are currently unavailable