LoginSignup
0
0

More than 1 year has passed since last update.

ActionController::RoutingError (No route matches [GET] "/tweets"):の解決方法

Posted at

エラー内容

ActionController::RoutingError (No route matches [GET] "/tweets"):

原因

・まだtweetsのルーティングを設定していないのに、https://localhost:3000/tweetsでアクセスしていたため。
・こちらの記事の例3)に助けられました。意外と同じようなエラーなっちゃっている人いるのかも...?(;;)
https://qiita.com/KONTA2019/items/b75f940399506dfe8430

解決方法

https://localhost:3000/でアクセスしたら解決したというなんとも肩透かしな結末。

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