Now Auth0 auth now redirects me to login page instead of let me in #22640
Unanswered
gusmiguens
asked this question in
Plugins
Replies: 1 comment
-
Is this happening by executing tests in browser, headless or both modes? I implemented a custom command to execute the login as explained here, but with react instead of angular, storing the token in localstorage. In my case, everything works fine when launching the browser (I use Chrome) but in headless mode is not working, even I set chrome as browser. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was using this library. https://github.com/sir-dunxalot/cypress-nextjs-auth0 and suddenly it's not working. And let me be more specific: SUDDENLY. There were no changes neither on our side nor auth0, the tokens and appSession are being generated correctly, more over I can manually login with the same user. BUT when I run the tests what I was doing was:
Now when I do cy visit I'm being redirect with the code 307 to the login page of Auth0.
Does anyone know what is going on?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions