My Zoom General App that I’ve created for test purposes suddenly returns Invalid redirect: https://localhost:3000/ (4,700) when redirecting to the authorization URL.
I was able to run the app on localhost in my browser and in the Zoom Desktop client during Friday last week, but when i tried to login earlier today I couldn’t get past the /authorize endpoint with the following error:
Invalid redirect: ``https://localhost:3000/`` (4,700)
Setup:
- General App (in Development)
- Redirect URL for OAuth:
https://localhost:3000/ - OAuth allow list:
https://localhost:3000/
What I’ve tried:
- Tested in incognito — same error ({“status”:false,“errorCode”:4700,“errorMessage”:“Invalid redirect url”,“result”:null})
- Created a brand new app with identical configuration — same error
- Signed out and logged in with the same account that owns the app — same error
Any help appreciated.
UPDATE:
After doing some more research it seems like Zoom aren’t too keen on allowing localhost as a oauth redirect url, so I tried using ngrok to forward a public adress to my local machine - which worked. But why did localhost work just a couple of days ago? Oh well.
