app crashed
natanielsr
TRIALOP

a year ago

i receive this erro when I deploy the app
/bin/bash: line 1: ./app.py: Permission denied

https://github.com/Natanielsr/python-rest-api

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

Hello,

Your latest deploy has a different error so going to focus on the new error instead.

As it says, you are running a development server, you would want to use gunicorn in production environments.


Loading...