Description
I’m trying to test Zoom OAuth locally but I get an Invalid redirect error. Invalid redirect: https://fceca8f4.ngrok.io/auth/redirect
Error
Error: Invalid redirect: https://fceca8f4.ngrok.io/auth/redirect
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Have a webserver running locally on port 8080 which has a GET endpoint
auth/redirect
- Convert the localhost:8080 to ngrok.
- Set the redirect URL to
https://fceca8f4.ngrok.io/auth/redirect
- See the error:
Invalid redirect: https://fceca8f4.ngrok.io/auth/redirect
Screenshots