質問編集履歴
1
herokuのログを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -166,6 +166,26 @@
|
|
166
166
|
|
167
167
|
|
168
168
|
|
169
|
+
### Heroku logs
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
```
|
174
|
+
|
175
|
+
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)
|
176
|
+
|
177
|
+
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]
|
178
|
+
|
179
|
+
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):
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
```
|
186
|
+
|
187
|
+
|
188
|
+
|
169
189
|
|
170
190
|
|
171
191
|
|