Invalid redirect URL 4700 error

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.

Description

I am getting a invalid redirect url 4700 error for a published app.
My all changes was approved by Zoom team, but I could not use redirectURI.
(Already I have checked target redirect URI is in redirect URI and allow list)

For this error, our function is blocked.

I could access without /ZOOM url.
https://${our_production_domain}/v2/apps/install/oauth/callback”.

but I could NOT access “https://${our_production_domain}/v2/apps/ZOOM/install/oauth/callback”.

Error?
The full error message or issue you are running into, where applicable.
Invalid Redirect: ${our oauth redirect uri} (4,700)

How To Reproduce

Can access to OAuth login screen when using below.
https://zoom.us/oauth/authorize?response_type=code&client_id=${out_client_id}&redirect_uri=https://${our_production_domain}/v2/apps/install/oauth/callback

Can NOT access to OAuth login screen when using below.
https://zoom.us/oauth/authorize?response_type=code&client_id=${out_client_id}&redirect_uri=https://${our_production_domain}/v2/apps/ZOOM/install/oauth/callback

Hello,

Since your app has been published, any changes need to be submitted for review. Can you please submit an update request? Try adding the new URL to your whitelist to fix this issue?

Regards, Kwaku

Update an App Updating an App - Zoom Developers

@kwaku.nyante

Hello, thanks for your help.

Can you please submit an update request? Try adding the new URL to your whitelist to fix this issue?

All of our changes have been already approved from zoom team.
Of course, our redirect URL is same as OAuth Redirect URL in Basic Information.

Or you have confirmed any our changes are not approved yet??

Hello,

Can you provide some app information? Not sure which app you’re referring to. I was providing general troubleshooting steps

@kwaku.nyante
Thanks,

Our app client_id is lPF89H59Rg6gRTco_ZOeTw.

Let me DM you with further instructions.

Regards, Kwaku

Issue was solved.
we need to include the redirect url to OAuth Allow Lists.
(not OAuth Redirect URL. OAuth Redirect URL is just generate authorization test url.)