You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to configure a proxy for http and websocket requests. It seems http requests are intercepted correctly by the proxy server, websocket requests however are not intercepted and the ws open requests remains pending forever. I've tracked the issue in the serverPluginHmr.js file. It seems the websocket server for hmr is handling the ws upgrade request but doing nothing since the request header 'sec-websocket-protocol' does not match 'vite-hmr'.
The text was updated successfully, but these errors were encountered:
I am trying to configure a proxy for http and websocket requests. It seems http requests are intercepted correctly by the proxy server, websocket requests however are not intercepted and the ws open requests remains pending forever. I've tracked the issue in the serverPluginHmr.js file. It seems the websocket server for hmr is handling the ws upgrade request but doing nothing since the request header 'sec-websocket-protocol' does not match 'vite-hmr'.
The text was updated successfully, but these errors were encountered: