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"
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!