Closed OpenZeroSir closed 1 year ago
Thanks for opening this. We are investigating 👍
@CeilAI - please try the latest release 🙏
thanks@leaanthony,it's a bug of vscode maybe,updated to latest release and still failed The server did not accept the WebSocket handshake
with vscode .it work with vscodium,i tried to vscodium instead.
Description
I tried to debug a wails application with vscode,and connetting websock from frontend,connection failed with
The server did not accept the WebSocket handshake
.but websocket connection work fined on commandwails build
wails build -debug
wails dev
.To Reproduce
1.open a websocket server 2.start debug wails applicatin with vscode 3.open wails application developer tools 4.run
new WebSocket("websocket server address")
in developer tools consoleExpected behaviour
websocket connections success
Screenshots
this is the information of websocket connectting.
Attempted Fixes
No response
System Details
Additional context
No response