Closed
Description
New Issue Checklist
- [ X] I am not disclosing a vulnerability.
- [ X] I am not just asking a question.
- [ X] I have searched through existing issues.
- [ X] I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
Unable to user Query.first on 3.5
Steps to reproduce
Do a first() query with 3.5 client (the query work well with older versions, at least 3.4.2)
Actual Outcome
giving a collection 'Mission' the query above return an error
const t = await (new Parse.Query('Mission')) .select(['position', 'client']).equalTo('objectId', 'Etk9VWubwP')
.first()
console.log(t);
Expected Outcome
On lower version
the same query work.
Environment
Issue found on 3.5, work on 3.4.2.
Server
- Parse Server version:
5.3.3
- Operating system:
Alpine16
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
AWS
Database
- System (MongoDB or Postgres):
mongo
- Database version:
4.4
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
ATLAS
Client
- Parse JS SDK version:
3.5