###現在の状況
railsアプリをAWSのEC2インスタンスへgit clone
した後、unicorn
を起動しようとしています。
bundle exec unicorn_rails -c config/unicorn.rb -E production -D
上記コマンドを実行すると
master failed to start, check stderr log for details
というエラーが出ます。
###知りたいこと
ログを見るとNoMethodError
とあり、指定したメソッドが定義されてないのかな…とは思うものの詳細がわからず、エラー元の見当がつきません。
エラーの内容について、ご解説いただけないでしょうか。
どうかお願いいたします。
I, [2020-09-19T07:39:18.067322 #9935] INFO -- : Refreshing Gem list bundler: failed to load command: unicorn_rails (/home/ec2-user/.rbenv/versions/2.6.6/bin/unicorn_rails) NoMethodError: undefined method `fetch' for #<アプリ名::Application:0x0000000003d52408>
###環境
Amazon linux2
Rails 6
unicorn 5.4.1
macOS Catalina
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。