In which file did you encounter the issue?
app.yaml
Did you change the file? If so, how?
Nope
Describe the issue
My project is using Flask-Socketio for websocket support.
My entrypoint is: entrypoint: gunicorn supervisor.wsgi:app -k eventlet
I also set network: session_affinity: true
Everything is running except the websocket, I get the following error on Firefox:
Firefox can’t establish a connection to the server at wss://myproject.appspot.com/socket.io/?EIO=3&transport=websocket&sid=500afafea543442dad546cc325ce5def.
There is no such error when running my project with the same command on my computer.
In which file did you encounter the issue?
app.yaml
Did you change the file? If so, how?
Nope
Describe the issue
My project is using Flask-Socketio for websocket support.
My entrypoint is:
entrypoint: gunicorn supervisor.wsgi:app -k eventletI also set
network: session_affinity: trueEverything is running except the websocket, I get the following error on Firefox:
Firefox can’t establish a connection to the server at wss://myproject.appspot.com/socket.io/?EIO=3&transport=websocket&sid=500afafea543442dad546cc325ce5def.There is no such error when running my project with the same command on my computer.