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
* Add failing test for updating installations with masterKey
* Prevent auth.installationId from being used when using masterKey
This allows masterKey to update any installation object
Fixes ParsePlatform/parse-server##2887
PR #2739 that fixes issue #2090 caused a regression that prevents installation objects from being updated.
Example:
This returns
ParseError { code: 136, message: 'installationId may not be changed in this operation' }
I'll push the failing test case as a WIP PR and try to fix in
RestWrite.js
. @flovilmart Any quick suggestions or pointers?The text was updated successfully, but these errors were encountered: