-
-
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 configuring Parse Server 9.3.0-alpha.3 with appId = product and appName = Product™, I encounter an internal server error on the “Request Password Reset” page.
but with same config it's work perfectly fine with version 8.6.2
Steps to reproduce
- provide
appId: product, appName: Product™in config Parse.User.requestPasswordReset(username)call this method for forgot password.- Then click on verify email button from forgot password email
Actual Outcome
got error {"code": 1, "message": "internal server error."} on request password reset
Expected Outcome
It should provide password change screen
Server
- Parse Server version:
9.2.0 - 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.1.0
Logs
TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["x-parse-page-param-appname"]
at ServerResponse.setHeader (node:_http_outgoing:703:3)
at ServerResponse.header (C:\new\apps\product\node_modules\express\lib\response.js:686:10)
at C:\new\apps\product\node_modules\parse-server\lib\PromiseRouter.js:167:17
at Array.forEach (<anonymous>)
at C:\new\apps\product\node_modules\parse-server\lib\PromiseRouter.js:166:39
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed