Skip to content

requestPasswordReset email link (“Verify Email” button) redirects to Not Found #9995

@rjcodedev

Description

@rjcodedev

New Issue Checklist

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

  1. Trigger the password reset request using the Parse JS SDK:
    await Parse.User.requestPasswordReset(username);
  2. Open the password reset email you receive.
  3. Click the “Verify Email” button/link in the email.
  4. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions