Skip to content

Found a pointer column not in the schema, dropping it. #1691

Closed
@nickkuh

Description

@nickkuh

Any idea what might cause this kind of Parse Server debug message?

transform.js Found a pointer column not in the schema, dropping it. CircleProfile circle
transform.js Found a pointer column not in the schema, dropping it. CircleProfile profile

CircleProfile has both circle and profile pointers so I don't know why this wouldn't be found in the scheme.

The issue also only happens periodically. The query that triggers it looks like this:

        var query = new Parse.Query(CircleProfile);
        query.include("circle");
        query.include("circle.activeChallenge");
        query.include("circle.activeChallenge.blocks");
        query.include("circle.scheduledChallenges");
        query.include("circle.scheduledChallenges.template");
        return query.get(requestState.circleProfile.id)

Any ideas?

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