Skip to content

Password Reset Issue...Link in the reset email not redirecting to change password. #1260

Closed
@djarunn

Description

@djarunn

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

I have Deployed the PARSE Server Example App on heroku. ( "parse-server": "~2.2.2")

Modified the index.js properly to configure the SimpleMailGunAdapter.

Steps to reproduce

Initiated Reset Password from android app
Got the email for password reset with the link in this format:
https://xxx.herokuapp.com/apps/MyApplicationID/request_password_reset?token=&username=xxx%40gmail.com

Clicking the link ,didn't redirect to choose password page, rather gives the response as
Cannot GET Cannot GET /apps/<APP_ID>/request_password_reset?token=&username=

I have tried adding the custom pages as well , but that didn't work.

Problem seems to be with routing, and being new to express I am unable to fix it.

Can someone please help.

Logs/Trace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions