ECONNREFUSED
error indicates that when the Apidog client attempted to connect to the target server at the specified IP address and port, the connection was refused.http://127.0.0.1:3000/api/users
) matches the port the service is actually listening on.localhost
or 127.0.0.1
, confirm the service is running locally.