bweathers3
PROOP
2 years ago
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?
6 Replies
2 years ago
Please read this docs page -
2 years ago
is your app listening on host 0.0.0.0 and $PORT?
2 years ago
how where you able to confirm that?