Hey guys,
I have a single page application and two connections:
one connection is a custom DB (let’s call it “migration-connection”)
the other connection is a plain auth0 connection (“auth0-connection”)
I use universal login page, and I configured my single page application to work with both locations (by going to Applications → My single page Application → Connections → ticking both connections)
The following flow doesn’t work:
- I created a user in the dashboard for “auth0-connection” - “user@domain.com”
- I go to the universal login page and enter the user@domain.com and password
- I get the error message: “WE’RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING TO LOG IN.”