You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin users
Partitioner treats users with admin: true as special. These users are able to see the entire contents of partitioned collections as well as all users when they are not assigned to a group, and operations will not result in errors.
Based on above instruction I created one user and for that I set admin:true.
My expectation is this user will have permission for all groups but when this user subscribe to collection then it get below error
isClientSafe:true
error:403
reason:"Must have group assigned to operate on partitioned collection"
message:"Must have group assigned to operate on partitioned collection [403]"
errorType:"Meteor.Error"
Any Idea what I am missing?
Thanks!
The text was updated successfully, but these errors were encountered:
hzwzw
added a commit
to hzwzw/meteor-partitioner
that referenced
this issue
Aug 8, 2018
Based on above instruction I created one user and for that I set admin:true.
My expectation is this user will have permission for all groups but when this user subscribe to collection then it get below error
Any Idea what I am missing?
Thanks!
The text was updated successfully, but these errors were encountered: