Application deployed but server error
I have a rails application which deployed but I get a server error "Application failed to respond".
My procfile to port 3000: web: rake db:migrate && bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development} && stripe listen
This has not changed since our last deployment? our staging environment is also 3000 and works
Suggestions?
7 Replies
Project ID:
2529b9b6-a4e4-4fb0-a862-dce238a3d915
2529b9b6-a4e4-4fb0-a862-dce238a3d915
Please read this docs page -
https://docs.railway.app/guides/fixing-common-errors
Yep, I reviewed that prior to the post for help
is your app listening on host 0.0.0.0 and $PORT?
yes
how where you able to confirm that?