質問編集履歴
1
herokuのログを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -82,11 +82,21 @@
|
|
82
82
|
|
83
83
|
```
|
84
84
|
|
85
|
+
### Heroku logs
|
85
86
|
|
87
|
+
```
|
88
|
+
2019-11-20T12:20:08.744164+00:00 app[web.1]: I, [2019-11-20T12:20:08.744091 #4] INFO -- : [f52d78bb-0df1-44a6-b935-ea15e8c0c161] Completed 500 Internal Server Error in 194ms (ActiveRecord: 12.6ms)
|
89
|
+
2019-11-20T12:20:08.745390+00:00 app[web.1]: F, [2019-11-20T12:20:08.745314 #4] FATAL -- : [f52d78bb-0df1-44a6-b935-ea15e8c0c161]
|
90
|
+
2019-11-20T12:20:08.745542+00:00 app[web.1]: F, [2019-11-20T12:20:08.745460 #4] FATAL -- : [f52d78bb-0df1-44a6-b935-ea15e8c0c161] ActionView::Template::Error (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true):
|
86
91
|
|
87
92
|
|
93
|
+
```
|
88
94
|
|
89
95
|
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
90
100
|
### 試したこと
|
91
101
|
|
92
102
|
herokuのデータベースをリセットし、サイド作成し直して見ましたが結果は同じでした。
|