0
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.

ActionController::UnknownFormat エラーの原因と対処法

Posted at

エラー内容

投稿機能を作り、試しに投稿を行ってみたところ下記のようなエラーが出てしまいました。
スクリーンショット 2021-05-29 123114.jpg

原因と対処法

原因は遷移先のViewファイルを作成していないor正しく作成できていないことが問題です。
俺はちゃんとViewファイル作ってるよ!って人は、Viewファイルを作成した場所、スペルなどをもう一度確認してみましょう。
ちなみに私の場合は「index.html.erb」ファイルのスペルが間違っていました…。
特にViewファイルのスペルミスについては、ファイル名は一目で気づきづらいと思いますので、対応するファイルをしっかりと確認してみましょう。

今回は以上になります。

0
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
0
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?