Replies: 1 comment 1 reply
-
|
Same issue here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
client:784 [vite] failed to connect to websocket.
your current setup:
(browser) localhost:3000/_nuxt/ <--[HTTP]--> localhost:5173/_nuxt/ (server)
(browser) localhost:3000/_nuxt/ <--[WebSocket (failing)]--> localhost:5173/_nuxt/ (server)
Check out your Vite / network configuration and https://vite.dev/config/server-options.html#server-hmr .
Reproduction
https://github.com/Maakdev/nuxt-pinia-class
Steps to reproduce
bun -b dev
System Info
Used Package Manager
bun
Logs
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions