Skip to content

Hotreloading with Websocket #26911

Discussion options

You must be logged in to vote

Update: This issue is because the dev server is “forwarded” over port 443, but the Vite HMR client is being set to 3000. I just sent a PR to Vite to fix this, and in the meantime, you should be able to workaround it by running sudo vite --port 443 (sudo is required since 443 is a “protected” port). Let me know if that works for you!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants