This topic was originally posted by kai.nguyen on 7/7/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
SDK Version: 6.1.1
Platform: mobile web(Chrome) on Android
Sometime when we try to login with web3auth on an Android web browser and using email_passwordless method, we recieve the email with a verification link.
Based on the error message you provided, it would appear you are accessing the link after it expired. You would need to authenticate the verification link within 1 minute to avoid the link from expiring. Could you check this and try again?
So in our case, we opened the email immediately after receiving it, so I can be pretty sure that we clicked it on time.
Also in the email, it said that the link would expire in 5 minutes instead of 1 as you mention.
@kai.nguyen Thanks for your reply. Since, you mention there is no delay in opening the email, I will forward your feedback to our team. Have you tried another android browser apart from chrome to check the behavior?
I was referring to the initial screen that you get for the email validation:
To give more detail, we tested it on chrome and this error showed up. But when we opened chrome in incognito mode or used another browser like edge, it worked fine.