Magic link redirects to universal login page

I am using Passwordless Connections + embedded login + magic link with spa (react.js).
below is how i have been initialising sdk in react js.
webAuth=new auth0.WebAuth({
clientID:“”,
domain:“”,
redirectUri:“http://localhost:3001”,
responseType: ‘token id_token’,
universalLoginPage:false});

magic link redirects me to universal login page even after disabling Username-Password-Authentication.
kindly suggest if i am missing something.
thanks

1 Like

Hi Sudheer,

Did you ever find a solution to this problem? I’m experiencing the exact same thing.

Kind regards,
Rogier