Auth0 callback error on render.com

I have a web app that runs locally well with auth0. but when I deployed it on render.com, I could login successfully but it doesn’t take me to http://127.0.0.1:5000. It is failing to run http://127.0.0.1:5000/callback.

Error: Access to 127.0.0.1 was denied

You don't have authorization to view this page.

HTTP ERROR 403

Hi @auth2023

Welcome to the Auth0 Community!

I’ve checked your application settings, and it looks like you are pointing a callback to the http://127.0.0.1:4999/callback instead of http://127.0.0.1:5000/callback

Please change it to the proper port and let me know if this help.

Thanks, and have a great day!

Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.