1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

LaravelのAjax通信エラー 500 (Internal Server Error)

Posted at

500 (Internal Server Error)

Ajax通信での500番エラー
Xdebug等で、コントローラには行っていることは確認できたが、console画面がエラーになってしまう。

スクリーンショット 2021-09-29 9.52.00.png

##結論

おそらく、コントローラにエラーがある。
useの宣言を忘れているなどの凡ミスだと思われる。
どうしても見つからなければ、一度同期通信で行えば、エラーの場所が分かるはず。

##なぜ厄介か

同期通信の場合は、laravelのエラー画面が表示される➡どこが間違えているか分かる。
Ajax通信の場合は、Ajax通信の.failの処理を通るだけで、エラー画面が表示されない。➡コントローラの記述を疑わない。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?