The*_* AV 0 cloud heroku node.js
我想创建一个可以与Microsoft Office 365进行通信的REST节点应用程序,并以JSON的形式获取我的日历信息。我正在使用https://github.com/jasonjoh/node-calendar-sync作为基本代码。
当我尝试将此应用程序部署到Heroku时,出现以下错误
2017-02-18T20:04:04.472725+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sleepy-depths-93877.herokuapp.com request_id=b2fc89a1-5493-417d-9ee9-c81dd85d17fd fwd="157.49.2.140" dyno= connect= service= status=503 bytes=
2017-02-18T20:04:10.593603+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sleepy-depths-93877.herokuapp.com request_id=92860d21-8d13-4e6a-8cf7-d2580e88a7a4 fwd="157.49.2.140" dyno= connect= service= status=503 bytes=
Run Code Online (Sandbox Code Playgroud)
我无法解决此错误。
我有以下问题:
带着敬意