I have been using meteorjs for quite some time on linux. But when I installed using a relatively new Windows installer, I saw that the simplest example does not work correctly on my computer - win7.
Example: https://www.meteor.com/try/4 which works fine on my ububtu, but in my windows - I see that no information is added to db, and all the changes that I make (add new "tasks ") are only local to this page, and other open tabs were also local, and there was no" reactivity "(no information was shared between different pages).
I tried to eliminate it in some way:
I made sure MONGO_URL was not set, and then I set MONGO_URL in another db and saw that although this db reported “connection accepted”, oplog and the updated collection (tasks) have any new information.
Tried different types of browsers (chrome, firefox). Both are latest in version.
There are no errors in the Chrome console.
I assume that all entries are made in minimongo, which does not transmit them.
Is this a known problem? Any suggestions?
source share