I searched through the group here and tried various steps, but to no avail.
From a console app, starting ES embedded. Also starting OWIN/Nancy. Running as admin. Firewall off. Using NuGet packages, v3.0.2.
ES web ui answers every HTTP request with 404. (e.g. GET http://192.168.0.120:7763/)
I was able to get it to redirect and ask me for a password when I sent a request to:
GET http://192.168.0.120:7763/streams/$all
It asks me to authenticate, and then redirects me to:
http://192.168.0.120:7763/web/index.html#/streams/undefined
which responds with 404
I tried both in-memory and using local disk.
I also tried using default endpoints, same effect.
What am I doing wrong?