This is still an issue for me. I’m using my Nodejs API which has a route which redirects me to the login page.
This is what happens
localhost:3000/auth/login2 → localhost:5000/auth/login2 → calls the Auth0 Passport Strategy
But I don’t get redirected to login in the react front-end as this is the error I get.