Autoryzacja Google OAuth 2 - Błąd: redirect_uri_mismatch

Na stronie internetowejhttps://code.google.com/apis/console Zarejestrowałem swoją aplikację, skonfigurowałem generowaneIdentyfikator klienta: iTajemnica klienta do mojej aplikacji i próbowałem zalogować się do Google. Niestety, otrzymałem komunikat o błędzie:

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

Co oznacza ten komunikat i jak mogę to naprawić? Używam klejnotuomniauth-google-oauth2.