Description
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.comClicking 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.