2016-08-10 43 views

回答

1

请检查日志并粘贴到具体的错误,你可以做如下。

heroku logs --tail --app app-name 

根据您的问题“没有web进程运行”。你可以如下修复它。

heroku ps:scale web=1 --app app-name 

按照heroku文档https://devcenter.heroku.com/articles/error-codes#h14-no-web-dynos-running

+0

2016-08-09T14:06:47.576041 + 00:00 heroku [router]:at = error code = H14 desc =“没有web进程运行”method = GET path =“/”host = ezgo-test.herokuapp .com request_id = 4b7b51e7-2b92-4aa3-beba-776113744b16 fwd =“84.22.47.134”dyno = connect = service = status = 503 bytes = –

+0

你是爱好版本还是付费的heroku?无论如何,您可以通过https://devcenter.heroku.com/articles/error-codes#h14-no-web-dynos-运行修复它 –