Skip to content

[BUG] If User option "Power User" is set: Cannot reload Ombi page after login (only white page is being displayed) #123

@theman824

Description

@theman824

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:3579

CPU 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions