mokrug
HOBBY
a year ago
locally everything is fine on railway: Application failed to respond
0 Replies
a year ago
deploy logs please -
a year ago
n/a
a year ago
You're running a development server, you'll want to use gunicorn to run your server.
to do that, add gunicorn
to requirements.txt
your start command would look something like this gunicorn main:app
a year ago
no prob