You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the PagesRouter must be mounted on /apps otherwise it will break the password reset logic (since UserController.js seems to be ignoring the pages router mount path.
This is true for password reset and email verification.
Steps to reproduce
Use experimental pages router
Set custom pages endpoint that is not apps
Request a password reset link --> link is incorrect
Actual Outcome
Link is incorrect because it contains the default endpoint apps.
Expected Outcome
Link should contains the custom pages.
Failing Test Case / Pull Request
🤩 I submitted a PR with a fix and a test case.
🧐 I submitted a PR with a failing test case.
Environment
Server
Parse Server version: master #3833868
Operating system: -
Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): -
Database
System (MongoDB or Postgres): -
Database version: -
Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): -
New Issue Checklist
Issue Description
Originally reported by @mman in #7210 (comment).
This is true for password reset and email verification.
Steps to reproduce
apps
Actual Outcome
Link is incorrect because it contains the default endpoint
apps
.Expected Outcome
Link should contains the custom pages.
Failing Test Case / Pull Request
Environment
Server
master #3833868
-
-
Database
-
-
-
Client
-
-
Logs
(none)
The text was updated successfully, but these errors were encountered: