Invalid redirect url - 127.0.01 no longer working as redirect target

Description
Over the weekend I seem to have lost the ability to test my integration locally. I have an app running on 127.0.0.1:8080 that I used to be able to signup on. This morning I tried to troubleshoot something and came across this - is there some news that I missed about this?
Tried with https://github.com/zoom/zoom-oauth-sample-app – same effect

Error
Invalid redirect: http://127.0.0.1:8080/{myCustomEndpoint} (4,700)

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

Which Endpoint/s?
/oauth/signin

How To Reproduce (If applicable)
git clone zoom/zoom-oauth-sample-app
cd zoom-oauth-sample-app && npm install
Setup dotenv with redirectURL=http://localhost:4000
start the app and navigate to localhost:4000

Update
Tried with ngrok, same result

1 Like

Hey @mac,

Can you confirm you have http://127.0.0.1:8080 as a whitelist url in your OAuth app settings?

Thanks,
Tommy