Skip to content

Exact same query runs on hosted parse, fails on parse-server #1189

@cassiozen

Description

@cassiozen

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!

Steps to reproduce

Query with containedIn referencing an array of pointers works perfectly on hosted parse. On parse-server (using the same DB) it returns empty:

var UserQuery = new Parse.Query('User');
var profile = {"__type": "Pointer","className": "ProfileBrandManager","objectId": "1NSPwu3YlR"}
UserQuery.containedIn('profiles', [profile]).find().then(function(data){console.log(data)});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions