Invalid Redirect URL (4700) on valid redirect url

Description
When a user tries to authorize our Account-level OAuth app, they encounter following error message:

Error

{"status":false,"errorCode":4700,"errorMessage":"Invalid redirect: https://fakecompany.interpretmanager.com/app/zoom-oauth-account","result":null}

This worked before, no changes were made recently. We have this domain added to the OAuth allow list with any wildcard:

https://any.interpretmanager.com

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Details
App URL:

https://zoom.us/oauth/authorize?response_type=code&client_id=uVjvx49lRhOLChaU63ygEA&redirect_uri=https://fakecompany.interpretmanager.com/app/zoom-oauth-account

If I change redirect_uri to the default uri configured in Redirect URL for OAuth section, it works just fine, no error is displayed:

https://zoom.us/oauth/authorize?response_type=code&client_id=uVjvx49lRhOLChaU63ygEA&redirect_uri=https://app.boostlingo.com/app/zoom-oauth-account

Can you please check what’s going on? Seems like OAuth allow list is ignored.

Welcome @bl_developer.

Thank you for writing us, and I am happy to help. First, Can you remove and add the redirect URL to your App and let us know the results?

I will keep an eye out for your reply.

Best,
Donte

@donte.zoom thanks for your reply

It’s not possible to remove the redirect URL from production app. Zoom app marketplace won’t let you do that and publish the app:

Hi @bl_developer
It looks like the the redirect URL that works fine in your workflow has a different domain that the one you are trying to add with the any wildcard syntax.