flask socket Io deploy fails
Im trying to deploy a flask socket IO server, I started with the flask template from railway but when I deploy I get these errors. It works fine locally.
Anyone know what might be the issue or how to fix it?
5 Replies
Project ID:
8a2a5193-1ab5-4672-b54e-52bd5b2545b9
8a2a5193-1ab5-4672-b54e-52bd5b2545b9
theres unfortunately not much information to go off of in your logs, please add more verbose error logging to your code
@Brody The code is pretty simple its just 1 file with a few socket Io handlers
main.py
this is the entire project
not much information to go off of, sorry
maybe look for some examples online on running socketio and flask together with gunicorn