I am on windows cmd
the uri I am using is - mongodb://myusername:mypassword@cluster0.ikhum.mongodb.net:27017/test?authSource=admin
I am getting this error
[nodemon] starting `node ./src/index.js`
server started on port 3000 (development)
MongoDB connection error: MongoError: failed to connect to server [cluster0.ikhum.mongodb.net:27017] on first connect [Error: getaddrinfo ENOTFOUND cluster0.ikhum.mongodb.net
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
name: 'MongoError',
message: 'getaddrinfo ENOTFOUND cluster0.ikhum.mongodb.net'
}]
What should I do