Description
I created an OAuth app with my Admin account. This app is user managed. It is not officially published yet but I’m the owner, so I think I can install it for simply test it locally. But when I visit the provided URL
https://zoom.us/oauth/authorize
with the query parametrs required and filled with my own data (client_id, response_type=code and redirect_uri) for authorize and install this app, I get an error which I cannot find information about on the Internet. It doesn’t give me clear information about why this error is throwing. I realized that if I create exactly the same app but in account level mode, this error never happens and it works as expected.
Error
<ExceptionInfo>
<code>500</code>
<status>500</status>
<error>Internal Server Error</error>
<message>An error was encountered when processing your request</message>
<tid>4d9b5a99a12643b2</tid>
<sid>4d9b5a99a12643b2</sid>
<timestamp>1625661403222</timestamp>
</ExceptionInfo>
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/authorize
Screenshots