We’ve created a website which has Auth-0 implemented. When new users hit the site they are prompted to sign up and then they receive a verification email.
When they click on the verification email inside the email they get this error from Auth-0
Just asking, cause it surprises me that it would get verified despite the error message.
Is there any more detail in the logs? (Auth0 > Dashboard > Logs)
they can proceed to the site without problem
Yes, a verified email address isn’t by default required to authenticate. You can have accounts that never verify their email address. It’s up to you to decide whether you want to allow this or not (i.e. block it via Rule).
No need for the complete logs, just wondering whether there is one log line with a failure. If so, you could send it via direct message on here, if it contains anything sensitive (profile > message).
But just to confirm: that particular flag shown in my screenshot is set to verified for that particular user, even/right after the error page shows up, correct?