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
is being passed a user object instead of the userid which means that this line in file roles_server.js causes a failure since it's an object instead of a userid
check(userId,String);
The text was updated successfully, but these errors were encountered:
I get the following error
Looking at
accounts_server.js
https://github.com/orionjs/orion/blob/master/packages/accounts/accounts_server.js#L13 I see that the following lineis being passed a user object instead of the userid which means that this line in file
roles_server.js
causes a failure since it's an object instead of a useridThe text was updated successfully, but these errors were encountered: