I cannot authenticate to the server, even though I have configured it on both sides. Why is that?
Event description
You have created and set up the Odoo server in confluence and in Odoo, the server shows available: You try to authenticate, get redirected to a new page but instead of successfully authenticating, the below error is displayed:

Error message
{"orestapi_code": "OrestapiOauth2Authorization-0005", "orestapi_message": "Redirect URI not found or misconfigured"}
Cause of event
The redirect URI is either not set or is configured incorrectly in the Odoo Server.
Resolution
Check the URI settings of the Odoo server through Settings β Users and companies β Applicactions.
Select the respective server, then click Edit
Add the below line to the URI on the URIs tab by clicking Add a line:
URI
https://<server-address>/plugins/odoo-connector/callback.action
PreviousHow to Check Your Own Odoo OAuth2 TokensNextI have used the macro before, but now it says "Need to authenticate to server!". What to do?
Last updated