-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
When calling Parse.User.requestPasswordReset(...) from the Parse JavaScript SDK, the password reset email is delivered successfully, but the CTA button/link in the email (labeled “Verify Email”) redirects to a Not Found page when clicked.
Working fine with parse-server version : 8.6.2 and below
Steps to reproduce
- Trigger the password reset request using the Parse JS SDK:
await Parse.User.requestPasswordReset(username); - Open the password reset email you receive.
- Click the “Verify Email” button/link in the email.
- Observe that it redirects to a Not Found page.
Actual Outcome
Clicking the email CTA (“Verify Email”) opens a URL that results in Not Found.
Expected Outcome
Clicking the link in the password reset email should open the Parse Server password reset page/route, allowing the user to set a new password successfully.
Environment
Server
- Parse Server version:
9.x.x - Operating system:
Windows - Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Local
Client
- SDK (iOS, Android, JavaScript, PHP, Unity, etc):
Javascript - SDK version:
8.0.0
Logs

coderabbitai
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed