Closed
Description
I really need help to implement a fix that solve my problem (similar to #68). I saw that in #105 there is a fix but in my parse-server I don't have any file called classes.js
. How can I implement this?
Like @mkpazon say:
The problem seems to be due to JSON handling.
The client sends the following JSON in the body
{"where":"{"status":200,"user":{"__type":"Pointer","className":"_User","objectId":"F2ozm6Hgew"}}","count":"1","_method":"GET"}
but the parse-server returns an error.
Changing the above JSON to the following is successful
{"where": {"status":200,"user":{"__type":"Pointer","className":"_User","objectId":"F2ozm6Hgew"}},"count":"1","_method":"GET"}
Metadata
Metadata
Assignees
Labels
No labels