We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i tried to use a datetime in signup method, i 've got error.
ResourceRequestBadRequest: {"code":111,"error":"schema mismatch for _User.borndate; expected Date but got String"}
seems like this function converts all atributes to string
The text was updated successfully, but these errors were encountered:
Similar error- i'm not even setting the user, just updating another attribute (which are files).
parse_rest.core.ResourceRequestBadRequest: {"code":111,"error":"schema mismatch for Order.user; expected Pointer<_User> but got Pointer<User>"}
Edit: fixed with #130
Sorry, something went wrong.
No branches or pull requests
When i tried to use a datetime in signup method, i 've got error.
ResourceRequestBadRequest: {"code":111,"error":"schema mismatch for _User.borndate; expected Date but got String"}
seems like this function converts all atributes to string
The text was updated successfully, but these errors were encountered: