I’ve integrated Auth0 into my NextJS app.
Everything was working fine until I changed my env to production and deployed my app. Now Auth0 works fine on the deployed app URL but it gives this ERR_LOGIN_HANDLER_FAILURE error on local environment.
Now the main issue is that this error is totally RANDOM! Sometimes i keep getting it after refreshing and restarting my app but sometimes everything works smoothly so it’s really hard to reproduce when for testing. Also It’s pretty hard to track and debug it.
ANY HELP WOULD BE APPRECIATED as this really affects my work!