Skip to content

[BUG] UI stopped loading with 5.0.0-r1-ls356 #331

@gVes

Description

@gVes

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Login page loads fine. After I try to login though, none of the UI items load. This issue was not present in 5.0.0-r1-ls355.

Expected Behavior

Web UI should load normally.

Steps To Reproduce

  1. Update to 5.0.0-r1-ls356
  2. try login

Environment

- OS: Ubuntu 24.04
- How docker service was installed: with curl?

CPU architecture

x86-64

Docker creation

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Africa/Addis_Ababa
      - WEBUI_PORT=7080
      - TORRENTING_PORT=6881
    volumes:
      - /opt/qbittorrent/config:/config
      - /home/sb/Downloads:/downloads
    ports:
      - 7080:7080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 5.0.0-r1-ls356
Build-date: 2024-10-06T06:52:43+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:7080
Connection to localhost (::1) 7080 port [tcp/*] succeeded!
[ls.io-init] done.
Catching signal: SIGTERM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions