-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
If a user has the option "power user" set, after logging in with such a user and reloading the page in the browser, only a white page is being displayed. Only deleting website data (cookies,... ) brings the page back after this happens.
This happened on any browser i've tried on different platforms (iOS, Windows PC, ...).
This might well be a general Ombi bug, and not specific to the linuxserver container.
Expected Behavior
The page should simply reload for any user, even with the option power user set for this user.
Steps To Reproduce
Load latest linuxserver image (right now that's "Linuxserver.io version:- v4.47.1-ls238 Build-date:- 2025-11-22T22:34:49+00:00" for me), start it up with standard config, create a new user and set the option "power user" for this user. Log in Ombi with the new power user, try to reload the ombi page.
Environment
- OS for the ombi container: ubuntu desktop 24.04 LTS
- How docker service was installed: via docker compose:
services:
ombi:
image: linuxserver/ombi:latest
container_name: ombi
hostname: ombi
restart: always
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- BASE_URL=/ombi #optional
volumes:
- /xxxxxxx/config:/config
ports:
- 3579:3579CPU architecture
x86-64
Docker creation
I'm just starting the image, no dockerfile, no local build.Container logs
There's nothing in the logs.Metadata
Metadata
Assignees
Labels
Type
Projects
Status