質問編集履歴

2

誤字

2021/06/05 17:02

投稿

nao_1
nao_1

スコア2

test CHANGED
File without changes
test CHANGED
@@ -262,7 +262,7 @@
262
262
 
263
263
  2021-06-05T06:02:28.945822+00:00 heroku[web.1]: State changed from crashed to starting
264
264
 
265
- 2021-06-05T06:02:39.558378+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=catena-pf.herokuapp.com request_id=bedeea2c-a9db-4ff3-b7f5-f8031a5550fe fwd="122.197.202.153" dyno= connect= service= status=503 bytes= protocol=https
265
+ 2021-06-05T06:02:39.558378+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=アプリ名.herokuapp.com request_id=bedeea2c-a9db-4ff3-b7f5-f8031a5550fe fwd="122.197.202.153" dyno= connect= service= status=503 bytes= protocol=https
266
266
 
267
267
  2021-06-05T06:02:54.253017+00:00 heroku[web.1]: Starting process with command `sh /start.sh`
268
268
 
@@ -294,7 +294,7 @@
294
294
 
295
295
  2021-06-05T06:03:32.978674+00:00 app[web.1]: Compiling...
296
296
 
297
- 2021-06-05T06:03:41.248584+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=catena-pf.herokuapp.com request_id=85dade92-0e17-42b9-a26f-6a22334c31ee fwd="122.197.202.153" dyno= connect= service= status=503 bytes= protocol=https
297
+ 2021-06-05T06:03:41.248584+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=アプリ名.herokuapp.com request_id=85dade92-0e17-42b9-a26f-6a22334c31ee fwd="122.197.202.153" dyno= connect= service= status=503 bytes= protocol=https
298
298
 
299
299
  2021-06-05T06:03:59.221143+00:00 app[web.1]: Compiled all packs in /app/public/packs
300
300
 
@@ -360,6 +360,6 @@
360
360
 
361
361
  2021-06-05T06:04:06.303237+00:00 heroku[web.1]: State changed from starting to up
362
362
 
363
- 2021-06-05T06:04:07.617338+00:00 heroku[router]: at=info method=GET path="/" host=catena-pf.herokuapp.com request_id=cbfe72ff-1878-4539-927f-4d4d8f99657d fwd="122.197.202.153" dyno=web.1 connect=0ms service=23ms status=500 bytes=1827 protocol=https
364
-
365
- ```
363
+ 2021-06-05T06:04:07.617338+00:00 heroku[router]: at=info method=GET path="/" host=アプリ名.herokuapp.com request_id=cbfe72ff-1878-4539-927f-4d4d8f99657d fwd="122.197.202.153" dyno=web.1 connect=0ms service=23ms status=500 bytes=1827 protocol=https
364
+
365
+ ```

1

ページの偏移の流れを追記

2021/06/05 17:02

投稿

nao_1
nao_1

スコア2

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,30 @@
6
6
 
7
7
 
8
8
 
9
+ 「このページは動作していません
10
+
11
+ アプリ名.herokuapp.comからデータが送信されませんでした。」
12
+
13
+ のページが出てしばらくしてから
14
+
15
+
16
+
17
+ 「We're sorry, but something went wrong.
18
+
19
+ If you are the application owner check the logs for more information.
20
+
21
+ ERR_EMPTY_RESPONSE」
22
+
23
+ といったページになります.
24
+
25
+
26
+
27
+ その後ページを更新するとherokuのアプリケーションエラーのページになります.
28
+
29
+ (herokuのlogを見るとcode=H10 desc="App crashed"と出ている)
30
+
31
+
32
+
9
33
  下記URLの動画を参考に行いました
10
34
 
11
35
  「本番環境に公開しよう」のチャプターからです.