Skip to content

Find/first issue with 3.5 #1614

Closed
Closed
@krtooch

Description

@krtooch

New Issue Checklist

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);

outputed error
Capture d’écran 2022-11-18 à 16 57 50

Expected Outcome

On lower version
the same query work.
Capture d’écran 2022-11-18 à 16 58 50

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

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:releasedReleased as stable versionstate:released-betaReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions