Skip to content
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

datetime type in User class #162

Open
amizukisato opened this issue Jul 3, 2017 · 1 comment
Open

datetime type in User class #162

amizukisato opened this issue Jul 3, 2017 · 1 comment

Comments

@amizukisato
Copy link

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

@amizukisato amizukisato changed the title Data types in User class datetime type in User class Jul 3, 2017
@kajensen
Copy link

kajensen commented Aug 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants