-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Password Reset Issue...Link in the reset email not redirecting to change password. #1260
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
This was fixed by #1253 which will go out in the next update. |
Hi Drew, #1253 seems to be the issue with invalid token, but in my case token is The problem is with the express routing,its not fetching the reset URL. Do I need to specify any additional route. Opening the link from reset email says "Cannot get " Sorry for bothering you but I am struck at this point since many days. Please let me know if the same issue is fixed in the new update or anything
|
Ah, that is a different issue. I'll reopen this. |
There is two |
Hi @flovilmart , actually there is a APP ID between the slashes ,Mardown removed the APPID .I have modified the issue text. This is the exact link I got in my email for password reset I was wondering how the app would know the routing to the page ,as we have not specified explicitly anywhere in the index.js of Parse Server Example ( PS : novice to express and node ,please excuse if sounds silly) |
I think you need to make sure you include your mount point in your |
Thanks a lot Drew. The problem was with variable "publicServerURL" . Rather it should be : http://testmigrate2.herokuapp.com/parse , as we have mounted the parse server on /parse path. I am able to reset my password successfully. |
I am getting following error when trying to requestPasswordReset. also email is not going. |
I am getting the email on resetting the password from mail gun, but on clicking the link response shows
Cannot GET /apps/APP_ID/request_password_reset?token=&username=
Environment Setup
Steps to reproduce
Problem seems to be with routing, and being new to express I am unable to fix it.
Can someone please help.
Logs/Trace
The text was updated successfully, but these errors were encountered: