Nuxt4 not responding with connect ECONNREFUSED nuxt-dev-3759.sock when using websocket on nitro
ERROR [unhandledRejection] connect ECONNREFUSED nuxt-dev-4994.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)
ERROR [unhandledRejection] connect ECONNREFUSED nuxt-dev-4994.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)
I had a working solution for proxying websockets (here) in v3, but due to the upgrade the error above now appears. I also tried multiple different solution which don't work anymore either.
Image for clarification: First connection successful, backend gets stopped, client tries to reconnect, fails, i refresh the page manually => nuxt not responding anymore
Documentation (updates to the documentation or readme) Bug fix (a non-breaking change that fixes an issue) Enhancement (improving an existing functio...