Nuxt Websocket connection issues #16447
Labels
bug
Something isn't working
needs investigate
Needs to be investigated to find the root cause
web:websocket
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Linux 6.8.0-41-generic x86_64 x86_64
What steps can reproduce the bug?
Bug is that when running Nuxt with Node both Http & Websocket requests are able to call API endpoints while using Bun only Http requests are able to call API endpoints
I have created a repository with all the setup.
https://github.com/felixrydberg/bun-npm-nuxt-websocket-mismatch
What is the expected behavior?
I would say the same way that Node handles it, where both a websocket and Http call will both get captured by the the catch all route
What do you see instead?
When using Bun only Http requests gets caught while using Node both Websocket and Http requests get caught.
Additional information
No response
The text was updated successfully, but these errors were encountered: