Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
921 stars 167 forks source link

TypeError: Cannot read property 'indexOf' of undefined #215

Closed davidalekna closed 7 years ago

davidalekna commented 7 years ago

Hi guys,

Not sure where the problem is but when I try to add a group as shown on example: Roles.addUsersToRoles(userId, ['manage-team','schedule-game'], 'manchester-united')

server console would throw an error: TypeError: Cannot read property 'indexOf' of undefined, if I remove group then it works fine. How do I add groups?

davidalekna commented 7 years ago

Okay I figured it out. I was creating an array instead of object onCreateUser for roles....