Error getting raised with find ``` Template.on('attached', function() { Template.find(function(error, response) { if (error) { } console.log(response); }); }); ```