I did email authentication and everything works fine but:
When I paste verification link in new window my email is verified and I am logged in.
When I click on the link in email my email is verified but I am not logged in. I have to click on any link or press F5 to be logged in.
Even when i click on the link http://localhost:3000 from email I am not logged in and I have to press F5.
TL;DR
Developers experiencing issue with email authentication:
- Email verification link is not automatically logging users in when clicked.
- Users have to manually refresh the page (F5) or click another link to log in.
- Possible solution: Check the code logic for handling authentication after clicking the verification link in the email to ensure seamless login.