Invalid redirect 4700 with matching OAuth Redirect URL

Description
I created a new app for a self-hosted Calcom install and set the OAuth Redirect URL both in production and development.
When trying to authorize the app, I get Invalid redirect: … (4,700).
That URL exactly matches the one I whitelisted and I’m trying to authenticate with the same Zoom account as the one I created the app with.
My app id is E9Wo7KgOQteGEcm5sozFVA.

Error?
Invalid redirect: … (4,700)

How To Reproduce

  1. Create a new app with the meeting:write:meeting and user:read:settings
  2. Set the “OAuth Redirect URL” under “OAuth Information” as Calcom URL/api/integrations/zoomvideo/callback replacing Calcom URL with the URI at which your application will runs.
  3. Set up your Calcom install with the domain defined in the previous point.
  4. Set up the ZOOM_CLIENT_ID and ZOOM_CLIENT_SECRET
  5. Try to install the Zoom app from your Calcom dashboard.

Hi @Joachim is this the document you used? Zoom - Cal.com Docs

Can you confirm you followed all the steps listed here correctly, namely, making sure intent to publish is off?