Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1627

Unable to perform any mongodb inserts, Error: key $clusterTime must not start with '$'

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.1.3
    • Component/s: None
    • Environment:
      NodeJS, OSX El Capitan
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I am getting an unusual error message "Error: key $clusterTime must not start with '$"

      when trying to insert data into my mongodb database. I am attempting to perform a simple insertOne operation, not even referencing any key called $clusterTime

       

      MongoClient.connect(dbUrl, function(err, client) {MongoClient.connect(dbUrl, function(err, client) { var db = client.db("listings");
       if(err) { console.log('err') console.log(err); return }
       db.collection("listings").insertOne({"test" : "test"}, function(err, res) {    if (err) { console.log(err); return; } console.log("1 document inserted");  });

            Assignee:
            Unassigned Unassigned
            Reporter:
            jantelo Juan Jr Antelo
            None
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None