amir20 / dozzle

Realtime log viewer for docker containers.
https://dozzle.dev/
MIT License
6.15k stars 308 forks source link

No line is clickable in Chrome #3091

Closed MarcS1975 closed 3 months ago

MarcS1975 commented 3 months ago

Describe the bug Everything on the Dozzle webpage becomes unclickable. I can still scroll but I can't click on anything. Its like I'm looking at a screen shot and I have to refresh the page or if I wait long enough it comes back.

Steps to reproduce the behavior:

  1. Go to Dozzle URL
  2. Click on anything
  3. Nothing happens

Expected behavior See logfile of clicked container

Desktop (please complete the following information):

amir20 commented 3 months ago

It works for me just fine.

I did docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle and every thing is smooth.

Did it used to work for you? I am trying to figure out if something changed.

I think I'll need more details to help. Can you run in a new env and see if it works?

Sorry I can't help more since I can't reproduce it.

amir20 commented 3 months ago

Possibly related to #3085 which wasn't a Dozzle issue.

amir20 commented 3 months ago

Haven't heard back. This doesn't like a Dozzle issue so closing.

MarcS1975 commented 3 months ago

Hi. Sorry for the delay. The issue is not related to #3085 and it is only happening in Chrome. The problem only started recently. It used to work fine in Chrome. My Compose file is as follows


services:
  dozzle:
    container_name: dozzle
    image: amir20/dozzle:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 9999:8080
    restart: always```
amir20 commented 3 months ago

Sorry. Can't help much since I can't reproduce this. It might a browser extension or something else.