当我尝试部署Web应用程序时,出现应用程序失败屏幕。 这是在日志中:
2019-05-18T20:36:04.995571+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=my-app.herokuapp.com request_id=8c61edef-5423-497e-890b-a42ae1f2e4c1 fwd="86.172.12.93" dyno= connect= service= status=503 bytes= protocol=https
2019-05-18T20:36:06.882274+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=my-app.herokuapp.com request_id=c4a499b4-dd34-4e9e-8449-c69f5835ca22 fwd="86.172.12.93" dyno= connect= service= status=503 bytes= protocol=https
答案 0 :(得分:0)
哇。
我为不存在的文件添加了const x = require("x")
。