This seems to be a bug in parse-dashboard. I’ll work on a fix.
Meanwhile, try to apply CLP via api this way:
replace
find: { users: true, user: true },
with
find: { pointerFields: ["users", "user"] }
This seems to be a bug in parse-dashboard. I’ll work on a fix.
Meanwhile, try to apply CLP via api this way:
replace
find: { users: true, user: true },
with
find: { pointerFields: ["users", "user"] }