Closed
Description
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
Labels
No labels