Describe the bug
The README documents an online Playground at https://app.vllm-sr.ai/playground and publishes demo credentials under Online playground credentials. Submitting those credentials to the hosted dashboard login endpoint currently returns 401 Unauthorized, so the documented public trial path is unavailable.
To Reproduce
- Open
https://app.vllm-sr.ai/playground.
- Sign in with the credentials published in the README.
- Observe that the login request is rejected with HTTP 401.
Expected behavior
The README credentials should authenticate to the hosted Playground, or the README should clearly state that the hosted Playground is unavailable and point users to the supported trial path.
Additional context
Public self-registration is intentionally disabled by default (DASHBOARD_ALLOW_OPEN_BOOTSTRAP=false), so users who cannot use the documented demo account have no self-service way to try the hosted dashboard.
Affected layer: Dashboard (auth)
Describe the bug
The README documents an online Playground at
https://app.vllm-sr.ai/playgroundand publishes demo credentials under Online playground credentials. Submitting those credentials to the hosted dashboard login endpoint currently returns401 Unauthorized, so the documented public trial path is unavailable.To Reproduce
https://app.vllm-sr.ai/playground.Expected behavior
The README credentials should authenticate to the hosted Playground, or the README should clearly state that the hosted Playground is unavailable and point users to the supported trial path.
Additional context
Public self-registration is intentionally disabled by default (
DASHBOARD_ALLOW_OPEN_BOOTSTRAP=false), so users who cannot use the documented demo account have no self-service way to try the hosted dashboard.Affected layer: Dashboard (auth)