Hello,
I am trying to add an OAuth 2.0 to my website, following this documentation
So I did All steps
- App Registration: No problem
- User Authorization: No problem
- Access Token: Problem
I get an error 400 from the URL
https://api.webflow.com/oauth/access_token.
here is the error
{‘error’: ‘invalid_grant’, ‘error_description’: ‘invalid_redirect_uri’}
I checked several times and I am 100% sure that the URL configured in the application is the same in the authorisation step,
The URL is on HTTPS.
I tried to create several applications on several accounts and I get always the same error
So do you have an idea why I get this error?