Implementing universal login?

Randomly, this morning, my universal login system quit working. It redirects to a different endpoint, and I have no idea what is going on. I have created a connection, using auth0 database store, and when I try the connection it leads to the form. Then I set up my application on my dashboard. Then I used react SDK to use loginWithRedirect() to lead users to the signup form, but it does not do so. This is a major problem, and I have no idea what happened.

Hi @victor-wei126,

Can you explain a bit more about what you are seeing when your app calls loginWithRedirect()? Is the user redirected anywhere or are there any errors in the browser console? Thanks!

I have solved the solution myself. There was a rule that I had to toggle off and it worked. Thanks!

1 Like

That’s great to hear you were able to find the solution!

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