I want to login to my influxdb local server using http://localhost:8086/ . I downloaded the “influxdb-1.8.6_windows_amd64.zip” version and used the “influxd.exe” to start the db. But I get a page not found error. I’m sure the db local server is up and running becasue I can write data to the db and read from it using my python code.
When I use the 2.0 version, I can use the http://localhost:8086/ . I want to do the same for 1.8.6 version.