Hi!
I’m trying to automate testing of several APIs saved in some collections so I have been trying to use Monitoring or Scheduled Runs in postman but they return the same error: “Error: getaddrinfo ENOTFOUND”.
When I send requests individually, it runs perfectly and returns status 200. But when I try running the Monitoring or Scheduled Runs, I see the same errors.
I have already checked the URLs are the same as the individual requests that worked. I disabled proxy in postman settings. I tried setting timeout in between them. I pinged the domain, the ping works and returns an IP address. Not sure what else to try.
Can someone please help?