I am working on a project which is using meteor 0.7.2 and it is working fine. After updating to meteor 0.8.2 I am facing an issue.
When I insert an object to the collection from client side immediately the collection is empty and then it's reloading the data. This is happening some times when I update the collection object as well.
This is only happening to one collection. Other collection are working fine.
I am using iron-router and JQuery Sortable.
Can someone please help me on this? (I feel like there is a conflict happens between minimongo and the master when insert or update. If this is the case why is that happening)