[GH-ISSUE #600] App doesn't work with Cloudflare Rocket Loader #363

Closed
opened 2026-04-08 16:52:21 +03:00 by zhus · 1 comment
Owner

Originally created by @gabrielecabrini on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/600

Problem

When the server is access through Cloudflare with Rocket Loader™ enabled, the page remains blank

Configuration

With docker compose:

dufs:
    image: sigoden/dufs
    pull_policy: always
    container_name: dufs
    restart: unless-stopped
    volumes:
      - /data:/data
    ports:
      - "8080:5000"
    command: /data
    environment:
      DUFS_ALLOW_ALL: true

Log

When reloading page:

dufs  | 2025-07-29T07:11:04Z INFO - 192.168.1.13 "GET /" 200
dufs  | 2025-07-29T07:11:05Z INFO - 192.168.1.13 "GET /" 200

but the page remains blank, if connected directly (without Cloudflare) it works flawlessly

(192.168.1.13 is the nginx-proxy-manager ip)

Environment Information

  • Dufs version: v0.43.0
  • Browser/Webdav info: Firefox 141
  • OS info: macOS 15.5
  • Proxy server (if any): Nginx Proxy Manager + Cloudflare
Originally created by @gabrielecabrini on GitHub (Jul 29, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/600 **Problem** When the server is access through Cloudflare with Rocket Loader™ enabled, the page remains blank **Configuration** With docker compose: ``` dufs: image: sigoden/dufs pull_policy: always container_name: dufs restart: unless-stopped volumes: - /data:/data ports: - "8080:5000" command: /data environment: DUFS_ALLOW_ALL: true ``` **Log** When reloading page: ``` dufs | 2025-07-29T07:11:04Z INFO - 192.168.1.13 "GET /" 200 dufs | 2025-07-29T07:11:05Z INFO - 192.168.1.13 "GET /" 200 ``` but the page remains blank, if connected directly (without Cloudflare) it works flawlessly (192.168.1.13 is the nginx-proxy-manager ip) **Environment Information** - Dufs version: v0.43.0 - Browser/Webdav info: Firefox 141 - OS info: macOS 15.5 - Proxy server (if any): Nginx Proxy Manager + Cloudflare
zhus closed this issue 2026-04-08 16:52:21 +03:00
Author
Owner

@sigoden commented on GitHub (Jul 29, 2025):

2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /" 200
2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/index.css" 200
2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/index.js" 200
2025-07-29T20:04:51+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/favicon.ico" 200

Static assets /__dufs_v0.43.0__/index.{js,css} are missing.

This is an issue with the proxy server. Please consult Cloudflare.

<!-- gh-comment-id:3132184226 --> @sigoden commented on GitHub (Jul 29, 2025): ``` 2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /" 200 2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/index.css" 200 2025-07-29T20:04:50+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/index.js" 200 2025-07-29T20:04:51+08:00 INFO - 192.168.8.8 "GET /__dufs_v0.43.0__/favicon.ico" 200 ``` Static assets `/__dufs_v0.43.0__/index.{js,css}` are missing. This is an issue with the proxy server. Please consult Cloudflare.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#363