You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm GCP HTTPS Load Balancer with a uvicorn running on a backend listening HTTP 80 port. So, I'm receiving HTTPS requests and sending them using HTTP to the backend node.
The problem is that I'm constantly receiving:
"Server disconnected without sending a response."
I'm using:
websockets==10.4
uvicorn==0.21.1
gradio==3.21.0
Communication example:
Did you have similar error responses because of incorrectly configured uvicorn or LB?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm GCP HTTPS Load Balancer with a uvicorn running on a backend listening HTTP 80 port. So, I'm receiving HTTPS requests and sending them using HTTP to the backend node.
The problem is that I'm constantly receiving:
"Server disconnected without sending a response."
I'm using:
Communication example:

Did you have similar error responses because of incorrectly configured uvicorn or LB?
Beta Was this translation helpful? Give feedback.
All reactions