after the app gets deployed to heroku, when I try to access it, the app throws a generic error which is not helpful. what i found was when i try to get to the settings tab in heroku for that app, it denies me saying "The application "ihome-flix" was suspended." . i am not sure how to fix this.
Logs from heroku:
2017-01-16T22:52:04.530795+00:00 app[web.1]: npm ERR! npm bugs heroku-flix
2017-01-16T22:52:04.530884+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2017-01-16T22:52:04.530991+00:00 app[web.1]: npm ERR! npm owner ls heroku-flix
2017-01-16T22:52:04.531096+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2017-01-16T22:52:04.535523+00:00 app[web.1]:
2017-01-16T22:52:04.535801+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2017-01-16T22:52:04.535803+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2017-01-16T22:52:04.661568+00:00 heroku[web.1]: State changed from starting to crashed
2017-01-16T22:52:05.427227+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ihome-flix.herokuapp.com request_id=546fd7c5-58ca-4ee9-93a7-839075ed3f45 fwd="220.101.91.66" dyno= connect= service= status=503 bytes=
2017-01-16T22:52:06.489442+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ihome-flix.herokuapp.com request_id=1aa87c20-2cca-4667-922f-2ad9e1894410 fwd="220.101.91.66" dyno= connect= service= status=503 bytes=
2017-01-16T22:52:22.679786+00:00 heroku[web.1]: State changed from crashed to down
Hi there
after the app gets deployed to heroku, when I try to access it, the app throws a generic error which is not helpful. what i found was when i try to get to the settings tab in heroku for that app, it denies me saying "The application "ihome-flix" was suspended." . i am not sure how to fix this.
Logs from heroku:
2017-01-16T22:52:04.530795+00:00 app[web.1]: npm ERR! npm bugs heroku-flix 2017-01-16T22:52:04.530884+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via: 2017-01-16T22:52:04.530991+00:00 app[web.1]: npm ERR! npm owner ls heroku-flix 2017-01-16T22:52:04.531096+00:00 app[web.1]: npm ERR! There is likely additional logging output above. 2017-01-16T22:52:04.535523+00:00 app[web.1]: 2017-01-16T22:52:04.535801+00:00 app[web.1]: npm ERR! Please include the following file with any support request: 2017-01-16T22:52:04.535803+00:00 app[web.1]: npm ERR! /app/npm-debug.log 2017-01-16T22:52:04.661568+00:00 heroku[web.1]: State changed from starting to crashed 2017-01-16T22:52:05.427227+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ihome-flix.herokuapp.com request_id=546fd7c5-58ca-4ee9-93a7-839075ed3f45 fwd="220.101.91.66" dyno= connect= service= status=503 bytes= 2017-01-16T22:52:06.489442+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ihome-flix.herokuapp.com request_id=1aa87c20-2cca-4667-922f-2ad9e1894410 fwd="220.101.91.66" dyno= connect= service= status=503 bytes= 2017-01-16T22:52:22.679786+00:00 heroku[web.1]: State changed from crashed to down