Error on OAuth app

Description/Error
Got and Internal server Error
error: “Internal Server Error”
message: “An error was encountered when processing your request”
sid: “00135a81e4fb0616”
status: 500
tid: “00135a81e4fb0616”
timestamp: 1569858790564

Which Endpoint/s or App Types
https://marketplace.zoom.us/api/v1/apps/njzCoCBATdScH24bB4LpDQ/subscriptions/

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create OAuth App Type OAuth
  2. Install
  3. See error

Screenshots (If applicable)

it works now
i think it can be happens due to not urlencoded state parameter

1 Like

Thanks for the post @udi.

Yes if the state query param contains special characters like a / it could break. Please url encode so all the state query param values are url safe.

-Tommy

1 Like

Hi @tommy

I’m working on an app using Zoom for authentication. I’m also getting an internal server error authorizing the app. Here’s the URL - my state parameter is URL safe.

Thanks!

Hey @jford, thanks for posting and using Zoom!

Can you share your install url with me? (The URL you shared above is the sign in URL).

It should look like this:

https://zoom.us/oauth/authorize?client_id=UD20wEqgQMyNmiR5IhinXA&response_type=code&redirect_uri=https%3A%2F%2Ffe3a59ba.ngrok.io%2Fauth

Thanks,
Tommy