checks.state argument is missing #22583
Unanswered
MayaHanna
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.
-
Hello,
I'm trying to test a website using Auth0 authentication.
I'm using the new origin commend just like this tutorial - https://www.youtube.com/watch?v=Fohrq5GZSD8,
but unfortunaly I'm getting "checks.state argument is missing" error on the callback from Auth0.
It happens only during testing, and both on chrome and electron.
this is my code:
` it('should click login', () => {
cy.visit('/');
});`
I also added the experimentalSessionAndOrigin to true.
my cypress version is 10.2.0
Any idea of what can cause this issue?
Beta Was this translation helpful? Give feedback.
All reactions