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
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!
import gradio as gr
No response
gradio@4.36.0
I can work around it
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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? 🔎
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: