My django project has been deployed successfully but not running
nlansong
HOBBYOP
2 years ago
I deplyed a django project successfully on railway with the postgress database. the deployment was successful without any errors in the log. However, application failed to respond.
I am using gunicorn and have tried setting custom PORT and host=0.0.0.0 but it still wont work.
any help will be appreciated
2 Replies
2 years ago
Hello, there are no services in the linked project, please direct me to the service in question.
nlansong
HOBBYOP
2 years ago
I deleted the project and started all over with a new repo. Its working now.