Heroku problem : The page you were looking for doesn't exist

后端 未结 13 1288
你的背包
你的背包 2020-12-24 06:43

I have followed book until chapter 5 finished and it\'s working OK in my linux workstation when I push to Heroku, all data pushed correctly but when I try to open Heroku (ht

13条回答
  •  眼角桃花
    2020-12-24 07:16

    I know it's an old problem but I ran into it too. I realized I didn't change the root route in config/routes.rb before pushing. Not changing it might result in a welcome page locally, but on heroku it will get the above error.

提交回复
热议问题