Description
I’m working on creating a chatbot, and I’m having trouble getting through the first few steps. All I’m hoping to do is be able to test the app locally.
Error
When I click “Install” under “test the app locally”, I am taken to an error page reading: Invalid redirect: https://zoom.us/oauth/authorize?response_type=code&client_id=Nj6GBOWHSwauwfd74kByQ&redirect_uri=https://www.connorleggett.net/ (4,700)
The redirect_uri specified is a valid site, and it’s whitelisted within the app. I have tried changing this overall URL with no success, and I’m also having trouble understanding what the purpose of this URL (“Redirect URL for OAuth”) is.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Chatbot
Which Endpoint/s?
At the moment, the problem occurs before I can try a URL
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Create standard chat app with the specified “Redirect URL for OAuth”
Screenshots (If applicable)
N/A
Additional context
I’m pretty new to this process, so any help would be appreciated!