↧
Answer by zebapy for Hapi server on heroku fails to bind port
process.env.HOST was undefined on Heroku, and for some reason it didn't like localhost as the host, which caused the issue. I simply removed the host var all together, so connection looks...
View ArticleHapi server on heroku fails to bind port
I'm working on a Hapi server for a ReactJS app but when I try to deploy to Heroku, I get the R10 error "Failed to bind to $PORT within 60 seconds of launch". What is going on? I'm using...
View Article