デプロイした後、heroku run rake db:migrate しアクセスすると以下のエラー画面が表示されます。
heroku logs と heroku run rails consoleでログを追ってみましたが、いまいちエラーの原因がわかりません;
アドバイスいただけると幸いですm(__)m
heroku logsでのエラー部分
2019-06-19T08:06:07.050259+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=blooogs.herokuapp.com request_id=a4fb394f-56b3-4f6e-a046- 950de7b1cc39 fwd="126.33.92.236" dyno= connect= service= status=503 bytes= protocol=https 2019-06-19T08:06:07.975504+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=blooogs.herokuapp.com request_id=db5bc761-18ae-42ff-8c98-1075e1a17c81 fwd="126.33.92.236" dyno= connect= service= status=503 bytes= protocol=https 2019-06-19T08:06:37.237062+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=blooogs.herokuapp.com request_id=3a67b536-34ef-42f7-b86a-a0689be554cb fwd="126.33.92.236" dyno= connect= service= status=503 bytes= protocol=https 2019-06-19T08:06:37.924204+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=blooogs.herokuapp.com request_id=504f6ce6-256a-42ca-9790-3c74d4e18056 fwd="126.33.92.236" dyno= connect= service= status=503 bytes= protocol=https ec2-user:~/environment/blooogs (master) $ heroku restart --app blooogs
heroke run rails console 時のエラー部分
2: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:79:in `rescue in load_missing_constant' 1: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:79:in `block in load_missing_constant': uninitialized constant CarrierWave (NameError)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/06/19 10:43
2019/06/19 11:38
2019/06/20 07:11