This question has been flagged
1 Reply
8709 Views

I have got OAuth Client ID and Secret for Google API.

I have set the client id in Google OAuth provider record in Odoo.

I have my appropriate live domain. When I tried to login using Google, the google login screen appears. I enter appropriate google credentials and then google tries to redirect back to my odoo instance. This point of time I am facing error of "redirect_uir_mismatch".

I tried matching the 'redirect_uri' registered with Google OAuth registration with the key 'redirect_uri' in the url that is used for google login.

Later on, after trying few times the error is now appearing in my odoo instance as following:

"You do not have access to this database or your invitation has expired. Please ask for an invitation and be sure to follow the link in your invitation email."

Let me know if any more clarification is needed

Thank you

Avatar
Discard
Best Answer

Hello,

You will find this Helpful.


Thanks

Avatar
Discard
Author

Thank you for reply.. I will check it and get back here.