Error: redirect_uri_mismatch
-
Hello, on the google developer website it does not let me include the redirect url because it says the following:
To be used with the requests of a web server. It is the path of the application that is redirected to users after authenticating on Google. The access authorization code will be added to this route. It must have a protocol. It can not include URL fragments or relative paths. It can not be a public IP address.
By including this url it does not leave me because it has fragments:
https://example.com/wp-admin/options-general.php?page=gmail-smtp-settings&action=oauth_grant
and I get this error by pressing the “Grant Permission” button
400. That’s an error.
Error: redirect_uri_mismatch
The redirect URI in the request, https://example.com/wp-admin/options-general.php?page=gmail-smtp-settings&action=oauth_grant, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/741426008276-2sftf3lfr3e1m8vtde9l0dmtmfo14joa.apps.goog
Any suggestions?
- The topic ‘Error: redirect_uri_mismatch’ is closed to new replies.