Invalid redirect url error dev mode : ok / production mode : error

API Endpoint(s) and/or Zoom API Event(s)

Description
We created an App called VODABI and completed the posting. Then, after making some modifications and completing the test in development mode, I changed the Client Id and ClientSecret to Production and posted it, but an error occurred.
Are we missing something?

Error?
{“status”:false,“errorCode”:4700,“errorMessage”:“Invalid redirect url”,“result”:null}

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors

@narae.kang Hope you will be fine.

Please verify that the Production redirect Url is added inside Allowed List.

Based on the error message you received, it seems that the redirect URL you specified in your production app settings is invalid. Make sure that the redirect URL matches the one specified in the app’s settings in your Zoom Marketplace account.

To troubleshoot further, you can check the following:

Ensure that the redirect URL is correctly formatted and includes the correct protocol (http or https) and domain name.
Verify that the redirect URL is whitelisted in the app settings on the Zoom Marketplace.
Confirm that the redirect URL is accessible and that the server hosting it is running and responding correctly.
Check that the Client Id and Client Secret for the production app have been copied correctly from your Zoom Marketplace account.
Once you have made any necessary changes and confirmed that the redirect URL is valid, try posting your app again and see if the issue has been resolved.

Regards,
Rachel Gomez