Download Log button does not work for me. #4804
Replies: 4 comments 2 replies
|
Download works for me. Are you using http or https? I need the logs for the browser. |
|
I am not able to reproduce this at all. I have used chrome, firefox and safari.
Anything else to help me diagnose the issue would be good. The fact that nobody else has this issue makes me suspicious that something is specific to your setup. |
|
Hi Amir, Silent download — Vivaldi is configured to ask for a save destination on every download, but Dozzle's download bypasses this and saves silently to the Downloads folder. This appears to be because Dozzle uses a programmatic Blob download (fetch → Blob → .click()) rather than direct URL navigation, which bypasses Vivaldi's download preference. The direct URL works fine. The issue is specific to Vivaldi and the silent nature of the download with no visual or console feedback. Not a blocker, but worth noting for other Vivaldi users. |

Uh oh!
There was an error while loading. Please reload this page.
🔍 Check for existing issues
How is Dozzle deployed?
Standalone Deployment
📦 Dozzle version
v10.6.6
✅ Command used to run Dozzle
The download button exists, but Chrome blocks the async programmatic download (as diagnosed by Claude after working with it to make the download button work).
🐛 Describe the bug / provide steps to reproduce it
I tried to download Sonarr logs from Dozzle. The download button creates no action. I had to use the container ID to download it from Docker.
💻 Environment
Client:
Version: 27.1.2-qnap8
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.21.2-qnap1
Path: /usr/local/lib/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.29.1-qnap2
Path: /usr/local/lib/docker/cli-plugins/docker-compose
Server:
Containers: 42
Running: 41
Paused: 0
Stopped: 1
Images: 40
Server Version: 27.1.2-qnap8
Storage Driver: zfs
Zpool: error while getting pool information exit status 2: "/sbin/zpool get -Hp name,health,allocated,size,free,readonly,dedupratio,fragmentation,freeing,leaked zpool1" => bad property list: invalid property 'fragmentation'
usage:
get [-Hp] [-o "all" | field[,...]] <"all" | property[,...]> ...
📜 Dozzle logs are required for debugging purposes. You may need to enable debug mode. See https://dozzle.dev/guide/debugging.
dozzle-2026-06-20T19-28-12.log
📸 If applicable, add screenshots to help explain your bug
No response
All reactions