当我启动Heroku应用程序时,我不断收到错误code=H10
。有时应用程序启动,有时它不启动。
我的应用程序是使用NodeJS,Express,MySQL和JawsDB构建的。
以下是我的应用日志中的详细信息:
2017-11-26T15:21:36.906937+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=<my app name>.herokuapp.com request_id=4c63d70d-f081-44a5-b4fe-f0992116ba79 fwd="108.28.184.177" dyno= connect= service= status=503 bytes= protocol=https
2017-11-26T15:21:36.954063+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=<my app name>.herokuapp.com request_id=e42d6293-512f-4ea1-ba35-403f44e4fd9a fwd="108.28.184.177" dyno= connect= service= status=503 bytes= protocol=https
我在线查看并在公共文件夹中添加了favicon.ico
。没有什么变化。我以前的应用程序之前遇到过这个问题而且我运行heroku restart
并且它适用于那个问题,但不适用于此问题。