-
-
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
How to adjust password reset link? #1342
Comments
The problem is with the "publicServerURL" you supply in the index.js file. |
@djarunn here is my index.js
|
try changing your publicServerURL: 'http://backend.appname.com' to publicServerURL: 'http://backend.appname.com/parse'
|
what do you mean by that? |
@djarunn yes it worked, thanks a lot! |
I think this should be included into the documentation/wiki. |
I am getting following error when trying to requestPasswordReset. also email is not going. |
Hello guys my password reset email looks like
But, those link is completely wrong and this part: "apps/appname-backend/" is redundant and i have to remove it, is it possible? or its better to just reroute it in index.js?
like that
also question, how to redirect with parameters preservation?
Thanks.
The text was updated successfully, but these errors were encountered: