Zoom Apps Configuration
I’m working on an app for Zoom that uses the Zoom SDK. The app is in React.js.
Description
I’ve updated the domain of the app URL and updated the domain in all the places it’s requested. In the app that uses the Zoom SDK, I’m able to get the code and send it to the BE, but I get the following error:
hi @Joao1
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
Are you still facing this issue?
Can you please pass the redirect uri in your request and try again?
POST https://zoom.us/oauth/token?grant_type=authorization_code&code=Wk9PTV9BVVRIT1JJWkFUSU9OX0NPREU&redirect_uri=https://example.com
In my configuration, the rediect_uri is for example: https://test.com/ the sdk return the redirect_uri as https://test.com/welcome. And even when i change in the configuration still having the error.
I don’t have use strick mode for redirect urls or subdomain check.
From my tests the error persist when i add the redirect_uri.
Example: POST https://zoom.us/oauth/token?code=1n0yoAHNm7knEYjj5FNSc6QOh5bfW0Psw&grant_type=authorization_code&redirect_uri=https://test.com/welcome