在Heroku上部署node.js应用。面对以下错误。
Error R10 (Boot timeout) -> Web
process failed to bind to $PORT within 60 seconds of launch
我的应用程序中没有PROC文件。 node.js应用已成功启动。我的代码正确使用process.env.PORT来绑定。
2016-10-14T15:34:52.802582+00:00 app[web.1]: Rest service ready on port 22712
2016-10-14T15:34:52.983831+00:00 app[web.1]: Subscription result: {"success":true}
2016-10-14T15:34:52.864941+00:00 heroku[web.1]: Stopping all processes with SIGT
ERM
2016-10-14T15:34:54.289684+00:00 heroku[web.1]: Process exited with status 143
2016-10-14T15:30:03.693688+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web
process failed to bind to $PORT within 60 seconds of launch
非常感谢任何帮助