Node.js being pushed to Heroku error

I am getting the following error

2021-06-15T23:52:47.696988+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

2021-06-15T23:52:47.702491+00:00 app[web.1]:

2021-06-15T23:52:47.702670+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:

2021-06-15T23:52:47.702740+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-06-15T23_52_47_698Z-debug.log

2021-06-15T23:52:47.803594+00:00 heroku[web.1]: Process exited with status 1

2021-06-15T23:52:47.872861+00:00 heroku[web.1]: State changed from starting to crashed

2021-06-15T23:52:49.566014+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/" host=sam-superhero-movie-project.herokuapp.com request_id=4e5d4f0e-7927-4c7c-9b7d-cc0e722d62e7 fwd=“99.96.115.118” dyno= connect= service= status=503 bytes= protocol=https

2021-06-15T23:52:49.686599+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/favicon.ico" host=sam-superhero-movie-project.herokuapp.com request_id=559adafe-c11b-42fa-b5fa-eef41ca2e61f fwd=“99.96.115.118” dyno= connect= service= status=503 bytes= protocol=https

Any idea what this could be? I am at a lost.

This is my Git for the project

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.