gemfile
1gem 'devise' 2gem 'omniauth', '1.9.1'
こちらでbundle installして
devise.rb config.omniauth :google_oauth2,ENV['GOOGLE_CLIENT_ID'],ENV['GOOGLE_CLIENT_SECRET']
としたのですが
/usr/local/bundle/gems/devise-4.7.3/lib/devise/omniauth/config.rb:42:in autoload_strategy': Could not find a strategy with name
GoogleOauth2'. Please ensure it is required or explicitly set it using the :strategy_class option. (Devise::OmniAuth::StrategyNotFound)
とエラーが出てしまいました…どうすれば解決されるでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。