Skip to content

Using includeKey: on array of pointers results in error #1293

Closed
@N4tr0n

Description

@N4tr0n

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Environment Setup

Local

Xcode 7.3
iPhone 6s simulator with iOS 9.3
Parse-iOS-SDK 1.13

Remote

heroku/nodejs
parse-server 2.2.4
parse 1.8.1

Steps to reproduce

Precondition: There exists an object on the database that has an array of pointers as one of its fields.

  1. Create a PFQuery on the object's type.
  2. Try to include the array of pointers field using includeKey:
  3. Execute the query.

Note: This works correctly my Parse hosted app. It only becomes an issue when I try to use my parse-server hosted on heroku.

Logs/Trace

[Error]: can only include pointer fields (Code: 102, Version: 1.13.0)

Metadata

Metadata

Assignees

Labels

type:questionSupport or code-level question

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions