-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Invalid link (hotmail emailverification) #3388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, but that only is for your own inbox. But i would need a way so it does not preload for anyone. Is that possible? |
What exactly does the email preview do that causes the link to be invalid? I'm getting a similar report of an invalid password reset link, but it was sent to a hotmail inbox. I'm guessing hotmail is doing something similar, but I still don't understand. |
I think that the email preview in hotmail open the one-time link in the email. (I suppose it is looking for harmful content.) |
Yes, hotmail and outlook tries to preview the link and links get used up and the email on parse-server gets verified at the same time. This does not look very good in a safety perspective for the enduser. Getting an invalid link and yet be verified user now.... |
Hey, thanks for reporting this issue. Can you please add all the info specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. |
I had a user report encounter this same issue and they were using a hotmail account as well. |
Was there an actual fix for this? Seeing some users reporting the same thing and telling them to change their email settings doesn't seem like a viable solution. |
There wasn’t. Feel free to investigate one if you feel to. |
Sounds good, will do. Gathering some user info, and will provide all the info if we confirm and reproduce the issue. |
Have server on verifyUserEmails: true,
After register a new user email gets send out with a verification link.
It works totally fine with every email provider we have tried except hotmail.
When the receiver of this is an hotmail user, upon just opening the mail itself (not clicking the link) the verification progress goes though, and when we do klick link we get invalid link coz of it already been used.
It seams like Hotmail maybe tries to preload the link and that way it fires the link without the user ever even clicking it?? And when they finally do click link they get the invalid link page instead.
There must be other people that have similar issue? What is the solution for this, do we need to modify parse-server to somehow handle if the link gets triggered twice within a span os seconds?
Any ideas?
Does not look good for end user to get "invalid link" but have verify-email true anyway coz of the preload from hotmail
The text was updated successfully, but these errors were encountered: