@pocfused said in Email verification fails in new incognito mode:
https://fusionauth.io/community/forum/topic/1406/link-in-email-verification-not-working-first-time
Glad you were able to solve your issue.
As far as the automatically verify the email part. What settings do you have for Applications -> Your Application -> Registration -> Verification strategy? There is a setting Clickable link. Is that what you are after?
Another thought would simply turning off Verify registrations in the Applications -> Your Application -> Registation tab work for you or do you still want the user to actually have to click on a link? (It would make sense to ensure the user owns the email address.)
You could also do something like provide a custom template and direct them to your application and then automatically verify them using the APIs. Check out this blog post.
Good luck.