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

Incorrect monitoring URL when using the root_path parameter #8494

Closed
1 task done
ai-marat opened this issue Jun 7, 2024 · 0 comments · Fixed by #8506
Closed
1 task done

Incorrect monitoring URL when using the root_path parameter #8494

ai-marat opened this issue Jun 7, 2024 · 0 comments · Fixed by #8506
Labels
bug Something isn't working

Comments

@ai-marat
Copy link

ai-marat commented Jun 7, 2024

Describe the bug

If the user is using root_path, the link in the console for monitoring will be incorrect. This can be easily fixed by adding root_path to the URL.

Monitoring URL: http://127.0.0.1:7869/monitoring/sBfG5plI5lk5vbJEGgfAYQ
Monitoring URL: http://127.0.0.1:7869/root_path/monitoring/sBfG5plI5lk5vbJEGgfAYQ

p.s. A big thank you for the monitoring feature, it's lifesaving for me!

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

Screenshot

No response

Logs

No response

System Info

gradio@4.36.0

Severity

I can work around it

@ai-marat ai-marat added the bug Something isn't working label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant