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 reason is in rest.js, we do a query to find the original value of the ParseObject before update, however, if the current req do not have permission to get access to the ParseObject, we can not find the original ParseObject.
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
Run parse-server master branch locally
Steps to reproduce
Step 1. Set a afterSave hook for a ParseObject like
Step 2. Create a ParseObject by REST API
Step 3. Update the ParseObject by REST API
Logs/Trace
The log of the cloud code is
You can see we miss ACL and key fields.
The reason is in
rest.js
, we do a query to find the original value of the ParseObject before update, however, if the current req do not have permission to get access to the ParseObject, we can not find the original ParseObject.The text was updated successfully, but these errors were encountered: