-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Cannot delete field "email" in "User" class #341
Comments
This is a bug in Parse Server. I'll open an issue there and link it here. |
Will be fixed in next version of Parse Server |
Drew - sorry to go back to a closed issue but when I use a PFQuery for _User in iOS app to Parse Server (v2.3.1, heroku, mlab) I am unable to read the "email" field, for example in an iOS App: // (after PFQuery, log the email address of each user) This is only the case for the email fields. All of the other fields in the _User class read normally. Also, In a list of these fields all of the email fields are null except for the currently logged in user's email field which I am able to read normally. Any feedback would be greatly appreciated. |
Environment Setup
parse dashboard 1.0.11, parse server 2.2.9
Steps to reproduce
Logs/Trace
The email address cannot be deleted with the dashboard. However the value of the field can be changed and saved, e.g. setting another email address works. This occurs only with the "email" field, other custom fields in the User class can be deleted by keystroke.
The text was updated successfully, but these errors were encountered: