Meteor: data not correctly published after collection updated on server side.
I have experienced a strange behavior with Meteor publish lately. This was due to package vue:vue (https://atmospherejs.com/vue/vue) Problem: why my data disappeared ? Collection on client side was correct, with the expected data, until it was updated on server side. Updating
Continue Reading