I got the same issue and struggling to figure out the reason. I notice after clearing the cache , the user manages to login but it definitely not a way to solve this case.
I am getting the same issue. I had put verification page in place but still unable to login. Error says “Unknown or Invalid login ticket”. Let me know if somebody fixed it.
For the ‘invalid login ticket’ error some have been experiencing, there was a fix deployed recently and should now be resolved. Please do not hesitate to respond if you notice any unexpected behaviour.
Are you using Lock or Auth0.js? Is this happening with one user or all users, and/or occurring in a particular browser? Could you share a snippet from your authentication request?
Lock. I’m creating new users, so all different. It happens 100% of the time in Chrome (v66.0.3359.117), but seems to work fine in Firefox (v59.0.2)
Not sure what you’re looking for in the authentication request (also not sure which fields are sensitive, so I may have replaced innocuous ones:
client_id: // i confirmed this matches
response_type: token id_token
redirect_uri: http://…/auth/callback
audience: // i confirmed this matches
connection: Username-Password-Authentication
nonce: // looks like some kind of hash
state: // looks like some kind of hash
scope: openid profile email
realm: Username-Password-Authentication
login_ticket: // looks like some kind of hash
auth0Client: // base64
We have the same issue in safari on iOS. Clearing local storage and cookies does not help. Login works after reloading page ignoring cache. We use Auth0.js.