I am trying to change from using development key to production key. I’ve followed the instructions in https://auth0.com/docs/connections/social/google. and was able to get the “try connection” to work but when I switch my server’s client ID and client secret, my server gets an error. Auth0’s logging shows the following:
This error is related to your client id. Can you double-check the client ID you got from google is not missing any characters? Or including unwanted chars?
I’ve copied over the authorized URIs and redirect URIs from auth0 to google credential service. and i switched my working service from using dev key to production key and i get the error message i posted above.