Websocket connection closed immediately after connected #660
Unanswered
tanto-satu
asked this question in
Q&A
Replies: 1 comment
-
Hi @tanto-satu, sorry for the late reply. The server returns 4003 error when we failed to validate the websocket connection. In your case, I'm gonna assume that you got this request string
If this problem is caused by the 4003 error, I would recommend you try to check if your server's local time is correctly synchronized. Relevant code snippet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently im installing featbit in my cloud server in GCP using GCE, but after installing with docker compose, and setup the nginx, when trying to connect from postman, i got this error
is it expected?
and also when trying to using react SDK from featbit, in several machine the flag is not stored in local storage, but when i see the network tab, the connection is returning 101 from /streaming URL, but there is no receive message from server, only push message from client is available there. is anyone have the same experience?
Beta Was this translation helpful? Give feedback.
All reactions