Closed
Description
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
Labels
No labels