LoginSignup
1
1

More than 5 years have passed since last update.

herokuで「The page you were looking for doesn’t exist.」エラーが出たときの対処法

Posted at

事象

herokuへデプロイして確認した際に
「The page you were looking for doesn’t exist」
と表示される

原因

assetsをプリコンパイルしてなかったのが原因

対処法

npm install yarn -g
rake assets:precompile
git heroku push master

参考

heroku へデプロイでエラー「The page you were looking for doesn’t exist.」

1
1
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
1