I'm encountering an issue while trying to connect to InfluxDB running on my local machine.
Failed to connect to http://localhost:8086: Get
http://localhost:8086/ping: dial tcp [::1]:8086: connectex: No
connection could be made because the target machine actively refused
it.
I have confirmed that the influxd service is running
Could anyone provide suggestions on why I'm still receiving the "connection refused" error even though the influxd service is started?