Hi!
I’ve been using Auth0 in my development project for a long time now. My development project has a callback URL set and the same URL is set on the Auth0 application settings.
My project is under continous deployments set up at cynthesize-develop.netlify.com. When a pull request is created, netlify creates a develop-preview with the url prefixed with “develop-preview-<PR_number>-cynthesize-develop.netlify.com”. When I make an attempt to test the preview, the preview redirects to cynthesize-develop.netlify.com. I’m unable to test the develop build of the PR. Is there any way to fix this? What am I doing wrong?
Thanks in advance,
Siddhant