I params the Google subscription with the gem 'omniauth-google-oauth2'
and I config the ui and provider + in the devise.rb I put this code config.omniauth :google_oauth2, ENV["GOOGLE_ID"], ENV["GOOGLE_SECRET"], scope: 'email', info_fields: 'email, first_name,last_name', image_size: 'large'
I enter the code in application.yml and I generate contacts APIs + Google + APIs but when I want to connect it like this :
the error message tells me that
Please could you tell what's wrong. Your help is appreciated.
I am a little bit lost.