bradtraversy / microposts_fullstack_vue

Full stack vue and express
172 stars 84 forks source link

error code H10 - app crash after "heroku open" #9

Closed kirillFedorov1 closed 5 years ago

kirillFedorov1 commented 5 years ago

After I repeated all the steps from the video to configure Heroku, I run "heroku open" and my app says "Application error". Then "heroku logs" returns this:

at=error code=H10 desc="App crashed" method=GET path="/" host=fast-bastion-41085.herokuapp.com request_id=02bf72c7-ae04-4913-980f-ec0b8a14559c fwd="ip" dyno= connect= service= status=503 bytes= protocol=https

at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fast-bastion-41085.herokuapp.com request_id=e9f3fc65-226e-4e76-9b9b-cdf8b869550a fwd="ip" dyno= connect= service= status=503 bytes= protocol=https

at=error code=H10 desc="App crashed" method=GET path="/" host=fast-bastion-41085.herokuapp.com request_id=3fa7b0df-2862-4e43-8d2a-67a5d9f47969 fwd="ip" dyno= connect= service= status=503 bytes= protocol=https

at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fast-bastion-41085.herokuapp.com request_id=59c2a3c7-8190-4e4e-83b4-d38e8e7552c5 fwd="ip" dyno= connect= service= status=503 bytes= protocol=https

I know H10 is a common issue when hard setting the PORT, but we use process.env.PORT, so it can't be the reason.