前提・実現したいこと
Herokuでデプロイを実現したい。
発生している問題・エラーメッセージ
エラーメッセージ(heroku logs --tail) 2021-11-04T14:31:29.974631+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=projectblog2000.herokuapp.com request_id=86e94f3a-4396-453f-9248-17a7aa2f62cf fwd="124.145.233.243" dyno= connect= service= status=503 bytes= protocol=https 2021-11-04T14:31:30.385308+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=projectblog2000.herokuapp.com request_id=612fb381-9bed-4d7f-a1eb-4917bd903ddd fwd="124.145.233.243" dyno= connect= service= status=503 bytes= protocol=https
該当のソースコード
Procfile
1web: gunicorn project3.wsgi --log-file -
https://devcenter.heroku.com/articles/getting-started-with-python#define-a-procfile
公式ドキュメントのところ見るとProcfileの内容は間違ってないと思います。
試したこと
https://stackoverflow.com/questions/41804507/h14-error-in-heroku-no-web-processes-running
上記の記事を参考に下記のコマンドを実行しましたが
heroku ps:scale web=1
Couldn't find that process type (web).
上記のエラーメッセージジが表示されました。
補足情報(FW/ツールのバージョン
原因がProcfileだと思うのですが間違ってるところがわからないです。
他の原因もわからないのでご教授いただけると幸いです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。