We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My nginx : server { listen 80; server_name myterm.yozosann.com; location / { proxy_pass http://www.yozosann.com:8756/; } }
server { listen 80; server_name myterm.yozosann.com; location / { proxy_pass http://www.yozosann.com:8756/; } }
you can go myterm.yozosann.com, then you can go console, you will get a error:
WebSocket connection to 'ws://myterm.yozosann.com/ws/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400 (anonymous) @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket error Arguments(1) d @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket connection to 'ws://myterm.yozosann.com/ctl/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400
What should i do ?
The text was updated successfully, but these errors were encountered:
Did you figure this out? Started happening for me as well for a long running process with no changes to the system.
Sorry, something went wrong.
No branches or pull requests
My nginx :
server { listen 80; server_name myterm.yozosann.com; location / { proxy_pass http://www.yozosann.com:8756/; } }
you can go myterm.yozosann.com, then you can go console, you will get a error:
WebSocket connection to 'ws://myterm.yozosann.com/ws/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400
(anonymous) @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3
main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket error Arguments(1)
d @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3
main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket connection to 'ws://myterm.yozosann.com/ctl/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400
What should i do ?
The text was updated successfully, but these errors were encountered: