Skip to content

GAE websockets support flask-socketio #2196

Description

@Altiire

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.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: appengineIssues related to the App Engine Admin API API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions