Closed akira-kurogane closed 1 month ago
Other services seem to be fine, fwiw. The postgres port at least works fine.
@akira-kurogane Are you running the GreptimeDB with our released binary, or compiled from the source code? If it's the latter one, please run cargo build with feature servers/dashboard
.
That was it - I had built from source.
When I rebuilt with cargo build --features servers/dashboard
the dashboard UI began to be served.
What type of bug is this?
Unexpected error, User Experience
What subsystems are affected?
Standalone mode, Frontend
Minimal reproduce step
Start a standalone instance. Open
http://<bind address>:4000/dashboard
.Same issure whether 127.0.0.1, 0.0.0.0, or external IP of host used.
What did you expect to see?
The dashboard. Or at least some HTML response.
What did you see instead?
Nothing, except the HTTP 404 reply headers.
Demonstrating using curl verbose header output:
What operating system did you use?
Arch
What version of GreptimeDB did you use?
0.9.3
Relevant log output and stack trace