Permission denied for action find on class

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"] }
1 Like