Skip to content

Code 111: schema mismatch for _User.updatedAt #1990

@michalumni

Description

@michalumni

Hello am getting the following error, when porting parse to my own server, please assist.

{"code":111,"error":"schema mismatch for _User.updatedAt; expected [object Object] but got String"}

based on the following python put request, which worked perviously on the old parse server

r = requests.put('http://parseserver-e2x32-env.us-east-1.elasticbeanstalk.com/parse/users/' + user1["objectId"], data=json.dumps(user1), headers=headers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions