'Error: queryTxt ETIMEOUT cluster0.1si1c.mongodb.net

This error is showing up when I am trying to connect nodejs to mongodb atlas. Everything is fine and then it is happening:

Error: queryTxt ETIMEOUT cluster0.1si1c.mongodb.net
    at QueryReqWrap.onresolve [as oncomplete] (node:dns:213:19) {
  errno: undefined,
  code: 'ETIMEOUT',
  syscall: 'queryTxt',
  hostname: 'cluster0.1si1c.mongodb.net'
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source