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
Describe the bug Jan Web - Server: When a user visits the server monitoring page, it infinitely re-renders
Steps to reproduce Steps to reproduce the behavior:
Expected behavior Should do polling instead of state loop dependency
Screenshots If applicable, add screenshots to help explain your issue.
Environment details
Logs If the cause of the error is not clear, kindly provide your usage logs:
tail -n 50 ~/jan/logs/app.log
tail -n 50 ~/jan/logs/server.log
Additional context Add any other context or information that could be helpful in diagnosing the problem.
The text was updated successfully, but these errors were encountered:
namchuai
Successfully merging a pull request may close this issue.
Describe the bug
Jan Web - Server: When a user visits the server monitoring page, it infinitely re-renders
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Should do polling instead of state loop dependency
Screenshots
If applicable, add screenshots to help explain your issue.
Environment details
Logs
If the cause of the error is not clear, kindly provide your usage logs:
tail -n 50 ~/jan/logs/app.log
if you are using the UItail -n 50 ~/jan/logs/server.log
if you are using the local api serverMaking sure to redact any private information.
Additional context
Add any other context or information that could be helpful in diagnosing the problem.
The text was updated successfully, but these errors were encountered: