When I try to test the app using the given link in the application, it takes me to wrong url.
Here is the url I end up with: https://zoom.us/api/v1/zoom/complete-oauth?code=uEv2ENbnUG_3bvrpQKqRa-lo3_Gr7w-6g
The highlighted part of the url is my local path, It should be localhost:8080/api/v1/zoom/complete-oauth?code=uEv2ENbnUG_3bvrpQKqRa-lo3_Gr7w-6g instead of the above URL.
Can anyone please help me understand what can be possibly wrong with the app?
This issue only happens with localhost urls. To solve this you could use https://ngrok.com/ to turn your localhost server into a free server with a url, and replace the localhost redirect url with the ngrok url.
I was originally having issues with a localhost URL as well, which is what brought me to this thread. I’m trying it with ngrok as well, and that’s also not working.
I tried it with my real domain/URL (even though nothing has been deployed yet), and that seems to work just fine. So it looks like there might be something specific to ngrok URLs.