Description
I’ve read multiple support issues pertaining to the invalid redirect_uri
error that appears when using localhost. The suggested workaround is to use an Ngrok URL and that should solve the problem.
Error
When I set Ngrok as the callback URL in the credentials, Zoom tells me Invalid redirect: https://837dd851.ngrok.io/users/auth/zoom/callback (4,700)"
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/authorize
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Visit the app credentials page
- Enter my NGrok URL as the Redirect URL
- Visit OAuth URL with the new redirect_uri passed as an argument
Receives an error.
Screenshots (If applicable)
The error can be seen here: https://imgur.com/aypXlIj
NOTE
By changing the redirect URI again I don’t get the same error, however once I’m redirected back to my application, I continue to receive the error {"reason":"Invalid request : Redirect URI mismatch.","error":"invalid_request"}