error 3 Bad request #4467
Answered
by
gibloor
rantianhua
asked this question in
Q&A
error 3 Bad request
#4467
-
I always received this error message in my wss connection:
I want to know what's wrong with my connection and how can I solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
gibloor
Jan 27, 2024
Replies: 1 comment 1 reply
-
It seems like you're encountering an issue where the frontend is likely using WebSocket, but when Nginx (or whatever you're using) forwards the request to the server, it switches the transport to polling. When the server tries to send a signal using WebSocket, this error occurs. Configure NGINX! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
darrachequesne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like you're encountering an issue where the frontend is likely using WebSocket, but when Nginx (or whatever you're using) forwards the request to the server, it switches the transport to polling. When the server tries to send a signal using WebSocket, this error occurs.
Configure NGINX!