前提・実現したいこと
herokuでデプロイする際に出てくるエラーを解決したい
発生している問題・エラーメッセージ
エラーメッセージ
remote: ! Precompiling assets failed. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to アプリ名. remote: To https://git.heroku.com/アプリ名 ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/アプリ名.git'
エラーコード
```remote: Running: rake assets:precompile remote: rake aborted! remote: NoMethodError: undefined method `[]' for nil:NilClass remote: /tmp/build_035adbe82205ba3690454a50df7ec89b/config/initializers/devise.rb:300:in `block in <top (required)>' remote: /tmp/build_035adbe82205ba3690454a50df7ec89b/vendor/bundle/ruby/2.5.0/gems/devise-4.7.1/lib/devise.rb:311:in `setup' remote: /tmp/build_035adbe82205ba3690454a50df7ec89b/config/initializers/devise.rb:5:in `<top (required)>'
試したこと
基本的に、こちらの記事を元に進めました。
【初心者向け】railsアプリをherokuを使って確実にデプロイする方法【決定版】
https://qiita.com/kazukimatsumoto/items/a0daa7281a3948701c39
また、application.rbに以下コードを追加
config.assets.initialize_on_precompile = false
補足情報(FW/ツールのバージョンなど)
Windows10
git 2.25.0
rails 5.2.4.1
宜しくお願い致します。
gitのアプリトップのスクリーンショットって見せていただくことはできますか?
あなたの回答
tips
プレビュー