Steps to Reproduce
- Follow the quickstart tutorial
- Open
http://localhost:8080
- Enter any project name other than
quickstart (e.g. my-project)
- Submit the login form
Expected Behavior
An error message explaining that only quickstart is a valid project name in this setup.
Actual Behavior
Login fails with no feedback. The only working value is quickstart, but this is never stated on the login screen.
Fix Options
- Option A: Show a clear error on login failure, e.g. "Project not found. For the quickstart tutorial, use
quickstart."
- Option B: Add a visible note on the login page or in the docs stating the project name is fixed to
quickstart.