Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
gVes opened this issue Oct 7, 2024 · 5 comments
Open
1 task done

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

gVes opened this issue Oct 7, 2024 · 5 comments

Comments

@gVes
Copy link

gVes commented Oct 7, 2024

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
Copy link

github-actions bot commented Oct 7, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@gVes
Copy link
Author

gVes commented Oct 7, 2024

Ok, I just downgraded to 5.0.0-r1-ls355 and UI is loading. Here are screenshots:

5.0.0-r1-ls356:
Screenshot 2024-10-07 at 09 20 33

5.0.0-r1-ls355:
Screenshot 2024-10-07 at 09 42 51

@j0nnymoe
Copy link
Member

j0nnymoe commented Oct 7, 2024

Have you tried clearing browser history/cache/using a private browser tab?

@gVes
Copy link
Author

gVes commented Oct 7, 2024

I have, yes. Tried in private browser.

@gVes
Copy link
Author

gVes commented Oct 9, 2024

Just to give an update, it just happened again on 5.0.0-r1-ls355 too. Not sure what it could be. Nothing odd in the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants