Skip to content

[BUG] Report page freezes the entire UI #3692

Description

@Lixeas

What happened?

In addition to having the same issue as #3683

When I open the Report page, it loads, displays “Processing…”, and then remains stuck on that screen. Whether or not there is a filter. It even becomes impossible to change pages. Forcing a refresh doesn’t change anything, and neither does editing the URL to go to /home.
I have to close the tab and reopen it. I’d like to point out that all the other pages work fine.
I updated from 1.6.9 to 1.6.11 on June 30, 2026. Before that, there were no issues. In the container resource usage stats, there is no excessive CPU or RAM usage.

Additionally, on July 1, 2026, all the statics and reports were completely cleared out “for no reason.”

How to reproduce?

Navigate to /reports

Configuration file(s) (yaml or .env)

Service in Docker Compose:

  redis:
    image: redis:8-alpine
    command: >
      redis-server
      --maxmemory 2gb
      --maxmemory-policy allkeys-lru
      --save 60 1000
      --appendonly yes
    volumes:
      - /home/_Dockers/bunkerweb/data-redis:/data
    restart: "unless-stopped"
    networks:
      - bw-universe

Relevant log output

BunkerWeb version

1.6.11

What integration are you using?

Docker

Linux distribution (if applicable)

Ubuntun Server 24.04

Removed private data

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions