質問編集履歴
4
エラーの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,6 +110,16 @@
|
|
110
110
|
|
111
111
|
```ここに言語を入力
|
112
112
|
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
113
123
|
remote: > @php artisan package:discover --ansi
|
114
124
|
|
115
125
|
remote: Discovered Package: fideloper/proxy
|
@@ -147,3 +157,277 @@
|
|
147
157
|
remote: https://haiki.herokuapp.com/ deployed to Heroku
|
148
158
|
|
149
159
|
```
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
追加
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
デプロイ後500エラーが出る。ローカル環境では問題なく動く
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
```ここに言語を入力
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
(1/1) InvalidArgumentException
|
184
|
+
|
185
|
+
View [Auth.register] not found.
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
in FileViewFinder.php line 137
|
190
|
+
|
191
|
+
at FileViewFinder->findInPaths()
|
192
|
+
|
193
|
+
in FileViewFinder.php line 79
|
194
|
+
|
195
|
+
at FileViewFinder->find()
|
196
|
+
|
197
|
+
in Factory.php line 131
|
198
|
+
|
199
|
+
at Factory->make()
|
200
|
+
|
201
|
+
in helpers.php line 971
|
202
|
+
|
203
|
+
at view()
|
204
|
+
|
205
|
+
in RegisterController.php line 20
|
206
|
+
|
207
|
+
at RegisterController->showRegistrationForm()
|
208
|
+
|
209
|
+
at call_user_func_array()
|
210
|
+
|
211
|
+
in Controller.php line 54
|
212
|
+
|
213
|
+
at Controller->callAction()
|
214
|
+
|
215
|
+
in ControllerDispatcher.php line 45
|
216
|
+
|
217
|
+
at ControllerDispatcher->dispatch()
|
218
|
+
|
219
|
+
in Route.php line 219
|
220
|
+
|
221
|
+
at Route->runController()
|
222
|
+
|
223
|
+
in Route.php line 176
|
224
|
+
|
225
|
+
at Route->run()
|
226
|
+
|
227
|
+
in Router.php line 680
|
228
|
+
|
229
|
+
at Router->Illuminate\Routing\{closure}()
|
230
|
+
|
231
|
+
in Pipeline.php line 30
|
232
|
+
|
233
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
234
|
+
|
235
|
+
in RedirectIfAuthenticated.php line 24
|
236
|
+
|
237
|
+
at RedirectIfAuthenticated->handle()
|
238
|
+
|
239
|
+
in Pipeline.php line 163
|
240
|
+
|
241
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
242
|
+
|
243
|
+
in Pipeline.php line 53
|
244
|
+
|
245
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
246
|
+
|
247
|
+
in RememberMeHandler.php line 25
|
248
|
+
|
249
|
+
at RememberMeHandler->handle()
|
250
|
+
|
251
|
+
in Pipeline.php line 163
|
252
|
+
|
253
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
254
|
+
|
255
|
+
in Pipeline.php line 53
|
256
|
+
|
257
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
258
|
+
|
259
|
+
in SubstituteBindings.php line 41
|
260
|
+
|
261
|
+
at SubstituteBindings->handle()
|
262
|
+
|
263
|
+
in Pipeline.php line 163
|
264
|
+
|
265
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
266
|
+
|
267
|
+
in Pipeline.php line 53
|
268
|
+
|
269
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
270
|
+
|
271
|
+
in VerifyCsrfToken.php line 75
|
272
|
+
|
273
|
+
at VerifyCsrfToken->handle()
|
274
|
+
|
275
|
+
in Pipeline.php line 163
|
276
|
+
|
277
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
278
|
+
|
279
|
+
in Pipeline.php line 53
|
280
|
+
|
281
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
282
|
+
|
283
|
+
in ShareErrorsFromSession.php line 49
|
284
|
+
|
285
|
+
at ShareErrorsFromSession->handle()
|
286
|
+
|
287
|
+
in Pipeline.php line 163
|
288
|
+
|
289
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
290
|
+
|
291
|
+
in Pipeline.php line 53
|
292
|
+
|
293
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
294
|
+
|
295
|
+
in StartSession.php line 56
|
296
|
+
|
297
|
+
at StartSession->handle()
|
298
|
+
|
299
|
+
in Pipeline.php line 163
|
300
|
+
|
301
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
302
|
+
|
303
|
+
in Pipeline.php line 53
|
304
|
+
|
305
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
306
|
+
|
307
|
+
in AddQueuedCookiesToResponse.php line 37
|
308
|
+
|
309
|
+
at AddQueuedCookiesToResponse->handle()
|
310
|
+
|
311
|
+
in Pipeline.php line 163
|
312
|
+
|
313
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
314
|
+
|
315
|
+
in Pipeline.php line 53
|
316
|
+
|
317
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
318
|
+
|
319
|
+
in EncryptCookies.php line 66
|
320
|
+
|
321
|
+
at EncryptCookies->handle()
|
322
|
+
|
323
|
+
in Pipeline.php line 163
|
324
|
+
|
325
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
326
|
+
|
327
|
+
in Pipeline.php line 53
|
328
|
+
|
329
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
330
|
+
|
331
|
+
in Pipeline.php line 104
|
332
|
+
|
333
|
+
at Pipeline->then()
|
334
|
+
|
335
|
+
in Router.php line 682
|
336
|
+
|
337
|
+
at Router->runRouteWithinStack()
|
338
|
+
|
339
|
+
in Router.php line 657
|
340
|
+
|
341
|
+
at Router->runRoute()
|
342
|
+
|
343
|
+
in Router.php line 623
|
344
|
+
|
345
|
+
at Router->dispatchToRoute()
|
346
|
+
|
347
|
+
in Router.php line 612
|
348
|
+
|
349
|
+
at Router->dispatch()
|
350
|
+
|
351
|
+
in Kernel.php line 176
|
352
|
+
|
353
|
+
at Kernel->Illuminate\Foundation\Http\{closure}()
|
354
|
+
|
355
|
+
in Pipeline.php line 30
|
356
|
+
|
357
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
358
|
+
|
359
|
+
in TransformsRequest.php line 21
|
360
|
+
|
361
|
+
at TransformsRequest->handle()
|
362
|
+
|
363
|
+
in Pipeline.php line 163
|
364
|
+
|
365
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
366
|
+
|
367
|
+
in Pipeline.php line 53
|
368
|
+
|
369
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
370
|
+
|
371
|
+
in TransformsRequest.php line 21
|
372
|
+
|
373
|
+
at TransformsRequest->handle()
|
374
|
+
|
375
|
+
in Pipeline.php line 163
|
376
|
+
|
377
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
378
|
+
|
379
|
+
in Pipeline.php line 53
|
380
|
+
|
381
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
382
|
+
|
383
|
+
in ValidatePostSize.php line 27
|
384
|
+
|
385
|
+
at ValidatePostSize->handle()
|
386
|
+
|
387
|
+
in Pipeline.php line 163
|
388
|
+
|
389
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
390
|
+
|
391
|
+
in Pipeline.php line 53
|
392
|
+
|
393
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
394
|
+
|
395
|
+
in CheckForMaintenanceMode.php line 62
|
396
|
+
|
397
|
+
at CheckForMaintenanceMode->handle()
|
398
|
+
|
399
|
+
in Pipeline.php line 163
|
400
|
+
|
401
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
402
|
+
|
403
|
+
in Pipeline.php line 53
|
404
|
+
|
405
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
406
|
+
|
407
|
+
in TrustProxies.php line 57
|
408
|
+
|
409
|
+
at TrustProxies->handle()
|
410
|
+
|
411
|
+
in Pipeline.php line 163
|
412
|
+
|
413
|
+
at Pipeline->Illuminate\Pipeline\{closure}()
|
414
|
+
|
415
|
+
in Pipeline.php line 53
|
416
|
+
|
417
|
+
at Pipeline->Illuminate\Routing\{closure}()
|
418
|
+
|
419
|
+
in Pipeline.php line 104
|
420
|
+
|
421
|
+
at Pipeline->then()
|
422
|
+
|
423
|
+
in Kernel.php line 151
|
424
|
+
|
425
|
+
at Kernel->sendRequestThroughRouter()
|
426
|
+
|
427
|
+
in Kernel.php line 116
|
428
|
+
|
429
|
+
at Kernel->handle()
|
430
|
+
|
431
|
+
in index.php line 55
|
432
|
+
|
433
|
+
```
|
3
コード追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -87,3 +87,63 @@
|
|
87
87
|
|
88
88
|
|
89
89
|
何か原因と考えられることはあるでしょうか
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
$ git push heroku masterを実行した後、これがコマンドに出るのですが、これはデプロイ成功している時の表示ではありませんか?
|
110
|
+
|
111
|
+
```ここに言語を入力
|
112
|
+
|
113
|
+
remote: > @php artisan package:discover --ansi
|
114
|
+
|
115
|
+
remote: Discovered Package: fideloper/proxy
|
116
|
+
|
117
|
+
remote: Discovered Package: laravel/tinker
|
118
|
+
|
119
|
+
remote: Discovered Package: nesbot/carbon
|
120
|
+
|
121
|
+
remote: Package manifest generated successfully.
|
122
|
+
|
123
|
+
remote: 31 packages you are using are looking for funding.
|
124
|
+
|
125
|
+
remote: Use the `composer fund` command to find out more!
|
126
|
+
|
127
|
+
remote: -----> Preparing runtime environment...
|
128
|
+
|
129
|
+
remote: NOTICE: No Procfile, using 'web: heroku-php-apache2'.
|
130
|
+
|
131
|
+
remote: -----> Checking for additional extensions to install...
|
132
|
+
|
133
|
+
remote: -----> Discovering process types
|
134
|
+
|
135
|
+
remote: Procfile declares types -> web
|
136
|
+
|
137
|
+
remote:
|
138
|
+
|
139
|
+
remote: -----> Compressing...
|
140
|
+
|
141
|
+
remote: Done: 30.1M
|
142
|
+
|
143
|
+
remote: -----> Launching...
|
144
|
+
|
145
|
+
remote: Released v13
|
146
|
+
|
147
|
+
remote: https://haiki.herokuapp.com/ deployed to Heroku
|
148
|
+
|
149
|
+
```
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema =
|
13
|
+
SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = DB_TABLEの名前 and table_name = migrations and table_type = 'BASE TABLE')
|
14
14
|
|
15
15
|
|
16
16
|
|
1
sqlとエラーの情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
laravelとvue.jsで作ったアプリをherokuでデプロイしようとしています。
|
1
|
+
laravelとvue.jsで作ったアプリをherokuでデプロイしようとしています。My sqlを使っています
|
2
2
|
|
3
3
|
git push heroku masterというコマンドでデプロイはまでは成功したのですが、マイグレーションでこのようなエラーに引っかかりました。
|
4
4
|
|
@@ -52,6 +52,10 @@
|
|
52
52
|
|
53
53
|
```ここに言語を入力
|
54
54
|
|
55
|
+
Stopping all processes with SIGTERM
|
56
|
+
|
57
|
+
|
58
|
+
|
55
59
|
2020-08-02T05:01:34.100465+00:00 heroku[web.1]: Process exited with status 143
|
56
60
|
|
57
61
|
```
|