-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Bug Report] Logs overlap making them unreadable #323
Comments
Can you provide the exact version? Should be located at the bottom of the settings page. |
Thanks for responding. I am loving this over portainer for how I use it. Version: v0.0.6-alpha-2021-02-25--15 Console errors. I am accessing Yacht using the IP of my Windows computer that runs Docker. Sorry if I am doing something silly. Failed to load resource: the server responded with a status of 401 (Unauthorized) |
Try refreshing the page with control+shift+r and it should redirect you to the login page. It looks like it timed out. I've been working on getting that process to work better but progress has been slow. |
There are less errors with Ctrl+Shift_R. But logs are still unreadable. Just this error. vue.runtime.esm.js:1888 TypeError: Cannot read property 'name' of undefined |
Hmmm. That shouldn't impact the log rendering. Can you send me a screenshot? I had an issue where the logs were using a list item instead of plain text on accident and it was adding bulletpoints. Could you try the :devel tag and see if it's working as expected now? |
Screenshot with Version: devel-2021-02-26--21 vue.runtime.esm.js:1888 TypeError: Cannot read property 'name' of undefined |
Can you try running in firefox to see if the issue persists? It's definitely a rendering issue on the frontend but I can't seem to recreate it. |
It has to be something with my compose or that I am using docker on Windows? https://stackoverflow.com/questions/36765138/bind-to-docker-socket-on-windows version: '3.7' |
OK, it was one of these. stdin_open: true I add these to Minecraft so I can see real time output when running docker exec. After removing those I can see the logs! |
Ah, interesting. I guess I should have asked to see the docker-compose first. Thanks! |
Container Logs in Yacht web interface seem to overlap making them unreadable. I am using the latest docker container for Yacht as of today. If I highlight the text, I can make out the highlighted test.
I tired a Chromebook, Chrome on Windows and Edge on Windows.
The text was updated successfully, but these errors were encountered: