-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PFUser become results in 206 in iOS SDK #444
Comments
same here. i get this error when using
|
@natanrolnik Downloaded latest release from GitHub, built it... The same error still happens. |
We're facing the same issue with users authenticated through -and only- Facebook : #427 . |
@absolutlabs: I am using Digits, using an adapted version for parse-server of this code: https://github.com/felix-dumit/PFUser-Digits/blob/master/user.js I never tried username/password, as I don't have it setup in my app. |
Having a similar issue with the Javascript SDK and Parse Server on Heroku. |
It looks like mine was related to using Parse.User.current().fetch() in the Javascript SDK. |
Could be related. Just tested with the latest commit, still not working. |
This may have been fixed... please update to 2.1.3 and if you're still having a problem please open a new issue and provide as much information as possible. Thanks. |
Hello,
There appears to be a problem when using PFUser.becomeInBackground(sessionToken) from an iOS app.
All writes to the user object return a "[Error]: cannot modify user (Code: 206, Version: 1.12.0)".
Using the REST API with the session token returned by my Cloud Code works (I attempted to edit a field in the user object, and it worked).
If you are unable to reproduce this issue / need code samples, just say.
Thanks for the attention,
Eduardo Almeida
The text was updated successfully, but these errors were encountered: