Replies: 2 comments 5 replies
-
Your client and server logs under section 1 above are incomplete. Please provide the full logs for both sides. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi all,
|
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 all,
I am quite lost when it comes to deploying my websocket implementation to production.
Namely the production server is failing to upgrade to websocket with error log "Invalid websocket upgrade".
In contrast, everything works perfectly fine on my localhost.
I found similar issues within the discussions already, but none of the solution solved my problems.
Here is what I do:
Finally, this is what I get when running the test client's request:
1. Request to https://backend-service-test.some-domain.com
2. Request to https://backend-service-test.some-domain.com (if transports is not explicitly specified in client request)
3. Verification that everything is working when running the app.py on localhost (transports specified explicitly):
Thanks a lot for your help already.
Best,
Levin
Beta Was this translation helpful? Give feedback.
All reactions