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

It says Role does not exist but I know it is #244

Closed MuyBien closed 7 years ago

MuyBien commented 7 years ago

In a method I use : Roles.setUserRoles( userID, 'admin', groupID );. I get a Error: Role 'admin' does not exist. but I know admin exists and I am using the same line in an other methods.

So my question is: What could lead to this error ? (a role do not exist in a method but in another)

Thanks!

MuyBien commented 7 years ago

I was trying to use the role package in a page that did not subscribe to the roles in the router...