質問編集履歴

2

s

2021/01/21 01:55

投稿

tanukiman
tanukiman

スコア6

test CHANGED
File without changes
test CHANGED
@@ -10,39 +10,29 @@
10
10
 
11
11
 
12
12
 
13
+ 〜: /app/vendor/bundle/ruby/2.6.0/bin/puma:23:in `<top (required)>'
14
+
13
- 2021-01-21T01:17:26.599359+00:00 heroku[web.1]: Process exited with status 1
15
+ : Process exited with status 1
16
+
17
+ 〜: State changed from starting to crashed
18
+
19
+ 〜: State changed from crashed to starting
14
20
 
15
21
 
16
22
 
17
23
 
18
24
 
19
- 2021-01-21T01:30:59.340549+00:00 heroku[web.1]: State changed from up to starting
25
+ : Process exited with status 1
20
26
 
21
- 2021-01-21T01:31:00.144399+00:00 heroku[web.1]: Stopping all processes with SIGTERM
27
+ : State changed from starting to crashed
22
28
 
23
-
29
+ : at=error code=H10 desc="App crashed" method=GET path="/" host=ken-sample-app.herokuapp.com request_id=21dd4c37-831a-4e0c-a2ba-2eead6c84f0f fwd="116.82.41.210" dyno= connect= service= status=503 bytes= protocol=https
24
30
 
25
-
31
+ : at=error code=H10 desc="App crashed" method=GET path="/" host=ken-sample-app.herokuapp.com request_id=0c0ce8ae-b896-4db4-a2f8-d488ceaf89ba fwd="116.82.41.210" dyno= connect= service= status=503 bytes= protocol=https
26
32
 
27
- 2021-01-21T01:31:00.244993+00:00 heroku[web.1]: Process exited with status 143
33
+ : Starting process with command `rails db:migrate` by user 「私のメールアドレス」
28
34
 
29
-
30
-
31
-
32
-
33
- 2021-01-21T01:31:14.680673+00:00 heroku[web.1]: Process exited with status 1
34
-
35
-
36
-
37
-
38
-
39
- 2021-01-21T01:31:36.607276+00:00 heroku[web.1]: Process exited with status 1
40
-
41
- 2021-01-21T01:31:36.644816+00:00 heroku[web.1]: State changed from starting to crashed
42
-
43
- 2021-01-21T01:33:08.120702+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ken-sample-app.herokuapp.com request_id=21dd4c37-831a-4e0c-a2ba-2eead6c84f0f fwd="116.82.41.210" dyno= connect= service= status=503 bytes= protocol=https
44
-
45
- 2021-01-21T01:33:15.457466+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ken-sample-app.herokuapp.com request_id=0c0ce8ae-b896-4db4-a2f8-d488ceaf89ba fwd="116.82.41.210" dyno= connect= service= status=503 bytes= protocol=https
35
+ : State changed from starting to up
46
36
 
47
37
 
48
38
 

1

s

2021/01/21 01:55

投稿

tanukiman
tanukiman

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 以下、`heroku logs`によって出てきた怪しい部分のみ抜粋します。
1
+ 以下、`$ heroku logs`によって出てきた怪しい部分のみ抜粋します。
2
2
 
3
3
 
4
4
 
@@ -56,6 +56,10 @@
56
56
 
57
57
 
58
58
 
59
+ また、`$ heroku run rails console`ではエラーメッセージは出現しませんでした。
60
+
61
+
62
+
59
63
 
60
64
 
61
65
  助言いただけますと幸いです!