質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Django

DjangoはPythonで書かれた、オープンソースウェブアプリケーションのフレームワークです。複雑なデータベースを扱うウェブサイトを開発する際に必要な労力を減らす為にデザインされました。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Q&A

0回答

505閲覧

Djangoで作ったアプリをherokuへデプロイ後、アプリが表示されません。

Tomato_leaf

総合スコア173

Django

DjangoはPythonで書かれた、オープンソースウェブアプリケーションのフレームワークです。複雑なデータベースを扱うウェブサイトを開発する際に必要な労力を減らす為にデザインされました。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

0グッド

0クリップ

投稿2020/12/11 07:45

Djangoで作ったアプリをherokuへデプロイ後、アプリが表示されません。
デプロイ後、アプリのURLを開くと
以下のようなエラーがでました。

Application error An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command heroku logs --tail

ログをチャックする必要があるとのことで確認したところ
以下のようなエラーが確認できたのですが、検索しても明確な答えが見つかりませんでした。
このエラー(at=error code=H10 desc="App crashed")は、どのような原因で起こりえるのでしょうか?
また、解決方法もあればアドバイスいただけますと助かります。

抜粋

2020-12-11T07:28:46.678437+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hogehoge.herokuapp.com request_id=e57b87dd-c368-4e92-a093-26ee2bf7635d fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https 2020-12-11T07:28:46.905955+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hogehoge.herokuapp.com request_id=d59123b8-d6e9-4438-a8b4-a35a6ccf6068 fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https 2020-12-11T07:28:47.775779+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hogehoge.herokuapp.com request_id=ea446ace-d220-4db4-bab8-4466266d8650 fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https 2020-12-11T07:28:47.909678+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hogehoge.herokuapp.com request_id=c5b7a954-6d34-4a6e-87e1-2428df78ae29 fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https
2020-12-11T07:04:39.534550+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hogehoge.herokuapp.com request_id=58dbe69a-0704-44f8-aefb-ff777769a7a8 fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https 2020-12-11T07:04:40.143720+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hogehoge.herokuapp.com request_id=be70bdb3-5501-4f94-837f-785c694ef87e fwd="69.118.84.101" dyno= connect= service= status=503 bytes= protocol=https

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問