以下のエラーが出ます。
原因がよく分からないので
ご教授いただければ幸いです。
2021-09-15T05:48:38.922020+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/lib/bundler/cli.rb:30:in `dispatch' 2021-09-15T05:48:38.922021+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start' 2021-09-15T05:48:38.922028+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/lib/bundler/cli.rb:24:in `start' 2021-09-15T05:48:38.922029+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/exe/bundle:49:in `block in <top (required)>' 2021-09-15T05:48:38.922031+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/lib/bundler/friendly_errors.rb:128:in `with_friendly_errors' 2021-09-15T05:48:38.922039+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.7.0/gems/bundler-2.2.21/exe/bundle:37:in `<top (required)>' 2021-09-15T05:48:38.922039+00:00 app[web.1]: from /app/vendor/bundle/bin/bundle:113:in `load' 2021-09-15T05:48:38.922046+00:00 app[web.1]: from /app/vendor/bundle/bin/bundle:113:in `<main>' 2021-09-15T05:48:39.055765+00:00 heroku[web.1]: Process exited with status 1 2021-09-15T05:48:39.182976+00:00 heroku[web.1]: State changed from starting to crashed 2021-09-15T05:48:39.226068+00:00 heroku[web.1]: State changed from crashed to starting 2021-09-15T05:48:44.000000+00:00 app[api]: Build succeeded 2021-09-15T05:48:45.687675+00:00 heroku[web.1]: Starting process with command `bundle exec unicorn -p 25968 -c ./config/unicorn.rb` 2021-09-15T05:48:47.141002+00:00 app[web.1]: I, [2021-09-15T05:48:47.140934 #4] INFO -- : Refreshing Gem list 2021-09-15T05:48:51.192784+00:00 app[web.1]: config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: 2021-09-15T05:48:51.192803+00:00 app[web.1]: 2021-09-15T05:48:51.192804+00:00 app[web.1]: * development - set it to false 2021-09-15T05:48:51.192804+00:00 app[web.1]: * test - set it to false (unless you use a tool that preloads your test environment) 2021-09-15T05:48:51.192814+00:00 app[web.1]: * production - set it to true 2021-09-15T05:48:51.192814+00:00 app[web.1]: 2021-09-15T05:48:53.199983+00:00 app[web.1]: bundler: failed to load command: unicorn (/app/vendor/bundle/ruby/2.7.0/bin/unicorn) 2021-09-15T05:48:53.200118+00:00 app[web.1]: /app/vendor/bundle/ruby/2.7.0/gems/activestorage-6.1.4.1/lib/active_storage/engine.rb:122:in `block (2 levels) in <class:Engine>': Couldn't find Active Storage configuration in /app/config/storage.yml (RuntimeError)
回答1件
あなたの回答
tips
プレビュー