Skip to content
New issue

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

Dashboard does not redirect to status from prefix root. #9014

Closed
icykip opened this issue Feb 21, 2025 · 0 comments · Fixed by #9015
Closed

Dashboard does not redirect to status from prefix root. #9014

icykip opened this issue Feb 21, 2025 · 0 comments · Fixed by #9015
Labels
bug Something is broken dashboard

Comments

@icykip
Copy link
Contributor

icykip commented Feb 21, 2025

Describe the issue:
Currently when specifying a prefix, the redirect behavior you get for the root is not replicated for the root of the prefix.

Minimal Complete Verifiable Example:

Run: dask scheduler --dashboard-address localhost:8080 --dashboard-prefix /prefix/
Go To: http://localhost:8050/prefix/status -> 200
Go To: http://localhost:8050/prefix/ -> 404
Go To: http://localhost:8050/ -> 302

Anything else we need to know?:
Put this under bug given my understanding that this would deviate from Bokeh app behavior but happy to move it to feature if thats a better fit.

Environment:

  • Dask version: 2025.2.0
  • Python version: 3.13.2
  • Operating System: MacOS
  • Install method (conda, pip, source): pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants