Closed boustanihani closed 10 years ago
I am getting => TypeError: Cannot call method 'insert' of undefined
TypeError: Cannot call method 'insert' of undefined
IMAGES = new Meteor.Collection('images'); IMAGES.before.insert(function(userId, doc) { //... });
I am using Meteor 0.8.3 and the packages Autoform, Collection2 & SimpleSchema... Does this package conflict with the mentioned above ??
Never mind :) my projectdirectory/.meteor/packages file was missing the "meteor-collection-hooks" package, I don't know why it was not updated by mrt ?!
In my case it was related to #62
I am getting =>
TypeError: Cannot call method 'insert' of undefined
I am using Meteor 0.8.3 and the packages Autoform, Collection2 & SimpleSchema... Does this package conflict with the mentioned above ??