【发布时间】:2020-12-27 03:02:56
【问题描述】:
2020-09-08T17:05:06.205027+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=uvdocdash.herokuapp.com request_id=f17ceaee-3e7c-4eba-aebf-19dd4b424eee fwd="70.39.71.29" dyno= connect= service= status=503 bytes= protocol=https
我在日志中收到此错误,到目前为止,我无法找出我的应用程序无法运行的原因。这是一个 django 应用程序,据我所知,requirments.txt 是正确的。
asgiref==3.2.10
Django==3.1.1
gunicorn==20.0.4
pytz==2020.1
sqlparse==0.3.1
django-heroku >= 0.3.1
【问题讨论】: