Heroku应用程序崩溃,代码为h10或找不到模块

Heroku应用程序崩溃,代码为h10或找不到模块,heroku,crash,wiki.js,Heroku,Crash,Wiki.js,我们在初始化在Heroku上创建的应用程序时遇到了一个问题(这个应用程序已经完美地运行了几个月)。我们没有接触或部署任何文件(我们只是添加内容) 有时我们会在heroku日志中发现此错误 2021-05-09T11:26:39.184283+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sws-wiki.herokuapp.com re

我们在初始化在Heroku上创建的应用程序时遇到了一个问题(这个应用程序已经完美地运行了几个月)。我们没有接触或部署任何文件(我们只是添加内容)

有时我们会在heroku日志中发现此错误

2021-05-09T11:26:39.184283+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sws-wiki.herokuapp.com request_id=4a1aba64-a4c0-4a1e-8bb4-231d3cc51bbb fwd="95.180.36.112" dyno= connect= service= status=503 bytes= protocol=https
2021-05-09T11:26:39.985839+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sws-wiki.herokuapp.com request_id=44a1adc6-1f14-4434-b8f7-514216845fdd fwd="95.180.36.112" dyno= connect= service= status=503 bytes= protocol=https
有时也会是这个。

Error: Cannot find module '/wiki/logs'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
我们已尝试:

heroku restart
   2021-05-09T11:39:03.848687+00:00 heroku[run.5087]: Awaiting client
2021-05-09T11:39:03.868781+00:00 heroku[run.5087]: Starting process with command `restart`
2021-05-09T11:39:03.872682+00:00 heroku[run.5087]: State changed from starting to up
2021-05-09T11:39:08.263164+00:00 heroku[run.5087]: Process exited with status 1
2021-05-09T11:39:08.325802+00:00 heroku[run.5087]: State changed from up to complete
2021-05-09T11:40:45.464779+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sws-wiki.herokuapp.com request_id=edfca19c-949e-4e13-b496-adcd6e33286b fwd="95.180.36.112" dyno= connect= service= status=503 bytes= protocol=https
2021-05-09T11:40:46.514332+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sws-wiki.herokuapp.com request_id=bbf65ba8-ecb4-47cd-ace8-83f0e8b66791 fwd="95.180.36.112" dyno= connect= service= status=503 bytes= protocol=https
及 npm安装-g

请告知。 谢谢