I am getting an error when using fast-renderer the error seems to happen after server restart. I traced the error to the following Exception from Meteor:
Error
Expected not to find a document already present for an add
packeges/mongo-livedata/collection.js - line 127
} else if (msg.msg === 'added') {
if (doc) {
console.log()
throw new Error("Expected not to find a document already present for an add");
}
self._collection.insert(_.extend({_id: mongoId}, msg.fields));
After removing fast renderer it worked as it should. It seems that this error was caused on login. And maybe because of logintokens that where saved locally or something similar.
I was using meteor 0.7.0.1 - please advice me with more information to support you finding the bug.
I am getting an error when using fast-renderer the error seems to happen after server restart. I traced the error to the following Exception from Meteor:
Error
packeges/mongo-livedata/collection.js - line 127
After removing fast renderer it worked as it should. It seems that this error was caused on login. And maybe because of logintokens that where saved locally or something similar.
I was using meteor 0.7.0.1 - please advice me with more information to support you finding the bug.