Yes, exactly, we’re hitting the same issue! This needs to be fixed ASAP as it breaks our workflow and development cycle. Developers can’t continue working on issues that involves embedded zoom (Meeting SDK).
This looks like a recent regression. Zoom’s docs say localhost/loopback are allowed for dev redirects, but your 403 with localhost since 2025-09-12 suggests a new validation rule slipped in. Quick workarounds:
Use a loopback IP instead of hostname: http://127.0.0.1:3000/auth/zoom/callback (or [::1]) and make sure the exact scheme+host+port is in both Redirect URL and Allowlist.
Use a public tunnel (e.g., ngrok / cloudflared) and put the tunnel URL in Redirect + Allowlist. Zoom’s samples recommend this for local dev.
If those work, it confirms an localhost-only check. I’d also open a ticket with Zoom dev support and link this thread so they can roll back or document the change. Similar 403/redirect allowlist issues have been reported recently.
Hi @t_iizuka@EugeneB@Dev110@Jack7
This issue has been addressed and resolved.
Could you please try again and let me know if it’s working on your end now?