The message ENOTFOUND is a DNS failure, which means the gateway can't resolve the host with the given hostname. You can find more information on DNS troubleshooting in the Node.js documentation.
The ENOTFOUND message can happen for various reasons, such as:
- The hostname is invalid.
- Your network connection is faulty.
- Your DNS server is faulty.
- The DNS server that handles the domain name is faulty.
Comments
0 commentsPlease sign in to leave a comment.