-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
Parse server crash - Cannot read property 'encodeParseObjectInCloudFunction' of undefined
Steps to reproduce
I cannot send you my network body its too complex to explain, but its easy to see in the code
Actual Outcome
Parse server crash - Cannot read property 'encodeParseObjectInCloudFunction' of undefined
Expected Outcome
Not to crash
Environment
Prase server 6.3.1
FunctionsRouter.js - line 15 does not pass the config object to the parseObject function
That will crash FunctionsRouter.js - line 21 config.encodeParseObjectInCloudFunction because the config is undefined in this case
Please pass config object in line 15 and maybe add config?.encodeParseObjectInCloudFunction
Thanks
rdhelms
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed