Closed fidelsam1992 closed 4 years ago
Add this publication to the server to solve this issue
Meteor.publish(null, function () { if (this.userId) { return Meteor.users.find(this.userId); } else { this.ready() } })
Add this publication to the server to solve this issue