We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--path-prefix
What did you do?
SKIP_GEN_API=1 make package
tiup playground
./bin/tidb-dashboard --debug --experimental --feature-version 999.999.999 --host 0.0.0.0 --path-prefix=/test
http://localhost:12333/test
What did you expect to see?
TiDB dashboard login page serve on http://localhost:12333/test.
What did you see instead?
Jump back to http://localhost:12333/dashboard and load the page forever.
http://localhost:12333/dashboard
What version of TiDB Dashboard are you using (./tidb-dashboard --version)?
./tidb-dashboard --version
master branch
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
What did you do?
--path-prefix
.http://localhost:12333/test
What did you expect to see?
TiDB dashboard login page serve on
http://localhost:12333/test
.What did you see instead?
Jump back to
http://localhost:12333/dashboard
and load the page forever.What version of TiDB Dashboard are you using (
./tidb-dashboard --version
)?master
branchThe text was updated successfully, but these errors were encountered: