Hello,
While working on my project, I often have that error leading most of the time to the server to stop :
ERROR [unhandledRejection] read ECONNRESET 8:02:41 AM
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
ERROR [unhandledRejection] connect ECONNREFUSED 127.0.0.1:65043 8:02:41 AM
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16)
ERROR [unhandledRejection] read ECONNRESET 8:02:41 AM
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
ERROR [unhandledRejection] connect ECONNREFUSED 127.0.0.1:65043 8:02:41 AM
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16)
It's always during the HMR, specially if I modify a little too fast while it's already reloading. Never had it in production.
Might be important to add that I use nuxt exclusively as a frontend, I don't have a server/ folder.
thanks 🙂