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
Issue name
Run Parse SDK JS integration test with a mongo version 4.X
Cannot save object with a field "length"
Can save the object
Server
master
macOS
local
Database
Mongo
4.X
Client
Failures: 1) Parse LocalDatastore Parse Query Pinning (Default) Default supports objects with length Message: Error: Invalid field name: length. Stack: error properties: Object({ code: 105 }) Error: Invalid field name: length. at handleError (/Users/antoinecormouls/Desktop/OpenSource/Parse-SDK-JS/lib/node/RESTController.js:422:17) at <Jasmine> at processTicksAndRejections (internal/process/task_queues.js:97:5) 2) Parse LocalDatastore Parse Query Pinning (React-Native) React-Native supports objects with length Message: Error: Invalid field name: length. Stack: error properties: Object({ code: 105 }) Error: Invalid field name: length. at handleError (/Users/antoinecormouls/Desktop/OpenSource/Parse-SDK-JS/lib/node/RESTController.js:422:17) at <Jasmine> at processTicksAndRejections (internal/process/task_queues.js:97:5) 3) Parse Query supports objects with length Message: Unhandled promise rejection: ParseError: 105 Invalid field name: length. Stack: error properties: Object({ code: 105 }) Error: Invalid field name: length. at handleError (/Users/antoinecormouls/Desktop/OpenSource/Parse-SDK-JS/lib/node/RESTController.js:422:17) at <Jasmine> at processTicksAndRejections (internal/process/task_queues.js:97:5)
The text was updated successfully, but these errors were encountered:
This is expected behavior.
parse-community/parse-server#7053
I can open a PR to fix the tests since the server hasn’t been released yet.
Sorry, something went wrong.
No branches or pull requests
New Issue Checklist
Issue Description
Issue name
Steps to reproduce
Run Parse SDK JS integration test with a mongo version 4.X
Actual Outcome
Cannot save object with a field "length"
Expected Outcome
Can save the object
Environment
Server
master
macOS
local
Database
Mongo
4.X
local
Client
master
Logs
The text was updated successfully, but these errors were encountered: