Walter Berchez
Walter Berchez
## Describe the bug TL;DR - My `Roles.getRolesForUser()` always returns an empty array (even on the server-side). Hi, I read the documentation and published it: `Meteor.publish(null, function() { if (this.userId)...
## **Describe the bug** When importing an SCSS file inside a JSX component in a Meteor.js project using `fourseven:[email protected]`, the build process fails with the following error: ``` Error: Surprising...
## **Describe the bug** I encountered an issue when upgrading to meteor 3. When I include an async function in the transform parameter of the find method, the following error...