Closed
Description
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!
- You've met the prerequisites.
- You're running the latest version of Parse Server.
- You've searched through existing issues. Chances are that your issue has been reported or resolved before.
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.
- Create a
PFQuery
on the object's type. - Try to include the array of pointers field using
includeKey:
- 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)