Starting Point - Mongod - unable to connect

Hi all,

i didnt see, where to post the “starting point” question.
I have issues connecting to the server.

  • i can ping the server
  • nmap is working

error is following:
“MongoServerSelectionError: Server at 10.129.170.120:27017 reports maximum wire version 6, but this version of the Node.js Driver requires at least 7 (MongoDB 4.0)”

dont know what to do here.
any help? thank you

but this version of the Node.js Driver requires at least 7

Update your node.js
Go to the terminal and use the node -v command to check your current Node version

I ran into the same problem using a more recent version of mongo shell.
Getting the 2.3.2 version (as stated in the official writeup) solved it.