I have been using k6 for a couple of days to do load testing against and API in several different environments and chase down some bugs.
Everything was going great, until suddenly it started failing locally.
All requests result in the following error:
Request Failed error="Get
http://localhost:8000
: dial tcp [::1]:8000: getsockopt: connection refused"
This only occurs in k6; I can still call the local API successfully through a browser, Postman, and cURL.
Is there any way to get more information out of k6 and figure out why it can't connect anymore?