OAuth allow list not working

Description
I have a working production redirect URL. However, I’m working to move it to other domain, so I add the new domain to OAuth allow list section in App credentials. But it seems not working since I always got response like this

Error

{
  "status": false,
  "errorCode": 4700,
  "errorMessage": "Invalid redirect: https://mynewdomain",
  "result": null
}

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

Which Endpoint/s?
https://zoom.us/oauth/authorize?response_type=code&client_id=xxxxxxxx&redirect_uri=https://mynewdomain)

Hey @mzmz
Thanks for reaching out to the Zoom Developer Forum and Welcome! We are happy to have you here!
Please make sure that the redirect URL it is also whitelisted
Is your app already published in the Marketplace?

Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.