Https://code.google.com/apis/console web sitesinde Uygulamamı kaydettirdim, uygulamam için oluşturulan Client ID: ve Client Secret'ı ayarladım ve Google ile giriş yapmaya çalıştım. Ne yazık ki, hata mesajını aldım:
Error: redirect_uri_mismatch
The redirect URI in the request: http://127.0.0.1:3000/auth/google_oauth2/callback did not match a registered redirect URI
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
response_type=code
redirect_uri=http://127.0.0.1:3000/auth/google_oauth2/callback
access_type=offline
approval_prompt=force
client_id=generated_id
Bu mesaj ne anlama geliyor ve nasıl düzeltebilirim? Gem omniauth-google-oauth2 kullanıyorum .
https://accounts.google.com/o/oauth2/auth?client_id={client_id}&response_type=token&redirect_uri={redirect_uri}&scope={scope}
yaşayan herkes için, test etmek için tüm uygulamanızı çalıştırmak yerine tarayıcıdaki gibi bir URL'ye erişerek bu sorunu ayıklayabileceğinizi unutmayın .