I am running the latest version of Event Store in a Docker Container using:
docker run --name eventstore-node -it -p 2113:2113 -p 1113:1113 eventstore/eventstore --insecure --enable-external-tcp
When I go to the Admin UI the only buttons available are Dashboard, Persistent Subscriptions, and Admin.
The following are greyed out: Stream Browser, Projections, Query, Users, Log out.
I am able to both write to and read from Event Store using my .NET API. It’s just the Admin UI that isn’t working.
Any ideas?