-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Invalid Link with password reset #1549
Comments
Probably you are missing something. Make sure you aren't using any path rewriting anywhere. If you check that and still have issues, post the request body and response from the server when you click the link. |
Thanks @drew-gross. Apparently, the error was cause by some path related issues. |
@ribads , what you do for fix this error, im getting still same error |
@ksrajput I was able to resolve the issues after realigning my URL i.e serverURL and publicServerURL. |
@ribads thanks a lot buddy:) |
I have been having issues with the emailAdapter. I have it configures using the maligun with my sample code as below
The reset password email get sent get called but on clicking on the mail. All i get is a an invalid link result.
Same also for the account verification email that is sent to the user on signup.
I have been having this issues for the past couples of days now and i just tried testing with the v2.2.7 of the parse-server but still not luck.
Is my implementation wrong or is their something am missing.
The text was updated successfully, but these errors were encountered: