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
- Create a new app with the
meeting:write:meeting
anduser:read:settings
- Set the “OAuth Redirect URL” under “OAuth Information” as
Calcom URL
/api/integrations/zoomvideo/callback replacingCalcom URL
with the URI at which your application will runs. - Set up your Calcom install with the domain defined in the previous point.
- Set up the ZOOM_CLIENT_ID and ZOOM_CLIENT_SECRET
- Try to install the Zoom app from your Calcom dashboard.