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

Web UI tail -f does not work on Chrome #1681

Open
xzxiaoshan opened this issue Mar 18, 2025 · 2 comments
Open

Web UI tail -f does not work on Chrome #1681

xzxiaoshan opened this issue Mar 18, 2025 · 2 comments
Labels

Comments

@xzxiaoshan
Copy link

In version 4.2.5, logs can be viewed through the web UI in Firefox, but in Chrome the web UI keeps loading and the logs cannot be viewed.

@xzxiaoshan
Copy link
Author

xzxiaoshan commented Mar 18, 2025

Having this issue with 4.2.5 Python 3.13 on Chrome browser

This issue has not been truly fixed.


Additional information: I am using the Chrome browser. When I click on the links "Tail -f Stdout" and "Tail -f Stderr" in the Web UI, if the log file initially contains very little content, the Chrome page does not display anything. However, when I gradually write data to the log using echo, once a certain amount of data has been written, the browser immediately displays the data.

This issue does not occur in Firefox. Even if there is only one line of data, Firefox can display it normally.

@xzxiaoshan
Copy link
Author

Through practical testing, if the content of the log file is less than 1024 bytes, the tail of the log cannot be viewed through the web interface. Only when the file content continuously increases to exceed 1024 bytes, will the tail content be displayed in the web interface.

@mnaberez mnaberez changed the title May I ask if the tail log issue in the Chrome browser will be fixed in the next version? Web UI tail -f does not work on Chrome Mar 18, 2025
@mnaberez mnaberez added the web label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants