Invalid redirect URL(4700) in production mode unpublished app

Getting Invalid redirect URL(4700) only in production mode unpublished app. Same redirect url works in development mode . I have updated to production client code but still invalid error.

Hi @Praveen_S

Thank you for reaching out on the devforum, this error is most commonly caused by misconfigured redirect URLs. These are a few ways that you can check if your url is correct:

  1. Missing Redirect URL in OAuth Allow List: If the redirect URI is not explicitly listed in the app’s “OAuth Redirect URL Allow List” in the Zoom App credentials, Zoom will reject the request.

  2. Redirect URL Missing Entirely: some implementations omit the redirect_uri parameter, resulting in immediate authorization failure.

  3. Extra Parameters in Redirect URL: Developers sometimes append additional parameters (e.g., state, scope, _rnd) to the redirect URL. If the base redirect URI doesn’t match exactly with what’s whitelisted in the app settings, Zoom treats it as an invalid redirect.

Let me know if you are still experiencing issues with this

Thanks for your response .Once after adding all mandatory information in the market place ,Production mode allowed to generate authorization URL which worked without an issue.