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
This error message will be fixed in 2.0.8, a change landed in #254. But what the error intends to say is that you don't have permission to save the user, as if you have been logged out / your session is no longer valid. This could point to some other issue, but you'd need to investigate further.
Example Using:
[[PFUser currentUser] setObject:[NSNumber numberWithBool:NO] forKey:@"inOffice"]; [[PFUser currentUser] saveInBackground];
Log output:
[Error]: cannot modify user function () { return this.data.objectId || this.query.objectId; } (Code: 206, Version: 1.12.0)
iOS obj-c
Hosting the current parse-server-example on mongolab/heroku
Parse-server 2.0.7
The text was updated successfully, but these errors were encountered: