Skip to content

some PFRelation queries fail without calling back #1857

@mathieulb

Description

@mathieulb

New Issue Checklist

Issue Description

some PFRelation queries fail without calling back

Steps to reproduce

obj.someRelation.query().findObjectsInBackground(block: {data,error in })

Actual Outcome

Depends on which relation (no idea about the difference) :

  • until now, it worked
  • for some newly created relation I have, the callback is never called, no error message in the Xcode log, no error message in the server log.
    ** the same query works fine using the Javascript lib (non-server).

Expected Outcome

  • call callback with either [PFObject] or Error object.

Environment

Client

  • Parse ObjC SDK version: 5.1.1

Server

  • Parse Server version: 7.1.0
  • Operating system: Heroku 24
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Heroku

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 3.6.12
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Heroku ObjectRocket

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: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