部署中的Heroku App出现H10和503错误

时间:2020-07-17 12:27:25

标签: node.js heroku

因此,在将我的应用程序部署到Heroku时,它开始崩溃。不幸的是,日志没有帮助,因为没有详细信息。

  1. 我尝试重新启动应用程序,但没有帮助。
  2. 输入env变量
  3. builpack设置为heroku-nodejs

以上3项是我在网上找到的。感谢您的所有帮助。

这是Heroku的日志

2020-07-17T12:07:45.791581+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2020-07-17T12:07:45.791685+00:00 app[web.1]: npm ERR!     /app/.npm/_logs/2020-07-17T12_07_45_784Z-debug.log
2020-07-17T12:07:45.848851+00:00 heroku[web.1]: Process exited with status 1
2020-07-17T12:07:45.894326+00:00 heroku[web.1]: State changed from starting to crashed
2020-07-17T12:07:47.635979+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=marketool.herokuapp.com request_id=6af06835-645b-4427-b82d-1e77c46a3e98 fwd="42.106.46.78" dyno= connect= service= status=503 bytes= protocol=https
2020-07-17T12:07:49.538407+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=marketool.herokuapp.com request_id=48ff25a3-5b78-4ca6-80a0-d4d9bd170bf2 fwd="42.106.46.78" dyno= connect= service= status=503 bytes= protocol=https

1 个答案:

答案 0 :(得分:0)

解决了这个问题。

对于依赖项之一,我的路径错误。只需纠正正确的路径即可。