Handle Auth0 new Universal Login with prompt signup-password #29400
Unanswered
AngeloBadellino
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I am currently working on automating a login flow using Cypress version 13.7.0 running against Chrome and facing some challenges with Auth0's new universal login interface with the prompt signup-password.
The login prompt requires users to first input their username, then click a "Continue" button before the password field appears. This means the password field isn't available on the form initially and appears only after the username has been submitted.
Here is the implementation:
The problem I am facing happen after the first submit. Seems to be triggered since the password field does appear but the page does not continue and after 1 minute waiting this error is showed:
The first submit actually happen since I am able to see the request in the devtools and are returning the same response of a login made via the app.
Any guess on what the issue could be?
Beta Was this translation helpful? Give feedback.
All reactions