[GH-ISSUE #624] Unable to sign out/in & action options are no longer available after upgrading to 44 #373

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

Originally created by @zz0rk on GitHub (Aug 30, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/624

Problem

Upgraded from 43 to 44.
When I select the sign out icon nothing happens. I can't sign out or back in. The username is no longer displayed next to the sign out/in icon. None of the action options are available except download, e.g. delete and move.
This is true for all users.

Image

Configuration

I am running dufs as a service.
config.yaml

serve-path: '/mnt/dufs'
bind: 0.0.0.0
port: 5000
#path-prefix: /dufs
hidden:
  - tmp
  - '*.log'
  - '*.lock'
  - '*.yaml'
  - 'assets'
auth:
#  - admin:admin@/:rw
#  - user:pass@/src:rw,/share
#  - '@/'  # According to the YAML spec, quoting is required.
   - '@/'
   - user1:user1@/:rw
   - user2:user2@/user2:rw
   - user3:user3@/user3:rw
allow-all: true
allow-upload: true
allow-delete: true
allow-search: true
allow-symlink: true
allow-archive: true
enable-cors: true
render-index: true
render-try-index: true
render-spa: true
log-format: '$remote_addr "$request" $status $http_user_agent'

Log

Screenshots/Media

Environment Information

  • Dufs version: 44
  • Browser/Webdav info:
  • OS info: debian 12
  • Proxy server (if any):

Downgrading to 43 restores all functionality.

Originally created by @zz0rk on GitHub (Aug 30, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/624 **Problem** <!-- Provide a clear and concise description of the bug you're experiencing. What did you expect to happen, and what actually happened? --> Upgraded from 43 to 44. When I select the sign out icon nothing happens. I can't sign out or back in. The username is no longer displayed next to the sign out/in icon. None of the action options are available except download, e.g. delete and move. This is true for all users. <img width="2253" height="906" alt="Image" src="https://github.com/user-attachments/assets/671937de-f034-4211-9272-323e7e0a74b4" /> **Configuration** <!-- Please specify the Dufs command-line arguments or configuration used. --> I am running dufs as a service. config.yaml ``` serve-path: '/mnt/dufs' bind: 0.0.0.0 port: 5000 #path-prefix: /dufs hidden: - tmp - '*.log' - '*.lock' - '*.yaml' - 'assets' auth: # - admin:admin@/:rw # - user:pass@/src:rw,/share # - '@/' # According to the YAML spec, quoting is required. - '@/' - user1:user1@/:rw - user2:user2@/user2:rw - user3:user3@/user3:rw allow-all: true allow-upload: true allow-delete: true allow-search: true allow-symlink: true allow-archive: true enable-cors: true render-index: true render-try-index: true render-spa: true log-format: '$remote_addr "$request" $status $http_user_agent' ``` <!-- If the issue is related to authentication/permissions, include auth configurations while concealing sensitive information (e.g., passwords). --> **Log** <!-- Attach relevant log outputs that can help diagnose the issue. --> **Screenshots/Media** <!-- If applicable, add screenshots or videos that help illustrate the issue, especially for WebUI problems. --> **Environment Information** - Dufs version: 44 - Browser/Webdav info: - OS info: debian 12 - Proxy server (if any): <!-- e.g. nginx, cloudflare --> Downgrading to 43 restores all functionality.
zhus closed this issue 2026-04-08 16:52:26 +03:00
Author
Owner

@sigoden commented on GitHub (Aug 30, 2025):

Fixed by #620

<!-- gh-comment-id:3239167906 --> @sigoden commented on GitHub (Aug 30, 2025): Fixed by #620
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#373