[GH-ISSUE #19509] issue: User overview page calls /api/v1/users multiple times #34434

Closed
opened 2026-04-25 08:25:46 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @luke-wren on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19509

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

0.6.40

Ollama Version (if applicable)

No response

Operating System

Amazon Linux 2023 (via docker container)

Browser (if applicable)

142.0.7444.60

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

On the users page in admin settings, it should only fetch users from /api/v1/users once.

Actual Behavior

On the users page in admin settings, the /api/v1/users api endpoint is called 4 times with the same query parameters.

This has been observed on both v0.6.34 and v0.6.40.

Steps to Reproduce

  1. Run open-webui via docker and using default configuration
  2. Navigate to the admin settings page
  3. Open chrome developer tools
  4. Goto the network tab in chrome developer tools
  5. Filter for "Fetch/XHR" requests
  6. Clear the network log
  7. Click "Users" at the top of the page
  8. Observe the API endpoint being requested 4 times

Logs & Screenshots

The only relevant logs are records of the HTTP requests, this doesn't seem to be an app error, but a flaw in the frontend code which fetches content from the API.

Image

Additional Information

No response

Originally created by @luke-wren on GitHub (Nov 26, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/19509 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version 0.6.40 ### Ollama Version (if applicable) _No response_ ### Operating System Amazon Linux 2023 (via docker container) ### Browser (if applicable) 142.0.7444.60 ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior On the users page in admin settings, it should only fetch users from `/api/v1/users` once. ### Actual Behavior On the users page in admin settings, the `/api/v1/users` api endpoint is called 4 times with the same query parameters. This has been observed on both v0.6.34 and v0.6.40. ### Steps to Reproduce 1. Run open-webui via docker and using default configuration 2. Navigate to the admin settings page 3. Open chrome developer tools 4. Goto the network tab in chrome developer tools 5. Filter for "Fetch/XHR" requests 6. Clear the network log 7. Click "Users" at the top of the page 8. Observe the API endpoint being requested 4 times ### Logs & Screenshots The only relevant logs are records of the HTTP requests, this doesn't seem to be an app error, but a flaw in the frontend code which fetches content from the API. <img width="829" height="306" alt="Image" src="https://github.com/user-attachments/assets/ab039cdf-dc63-44a3-b78b-54b25e36edc9" /> ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 08:25:46 -05:00
Author
Owner

@Classic298 commented on GitHub (Nov 26, 2025):

@silentoplayz can you reproduce pls?

<!-- gh-comment-id:3580443202 --> @Classic298 commented on GitHub (Nov 26, 2025): @silentoplayz can you reproduce pls?
Author
Owner

@silentoplayz commented on GitHub (Nov 26, 2025):

@silentoplayz can you reproduce pls?

I can reproduce this, yes. Tested on Firefox.

Image
<!-- gh-comment-id:3580464111 --> @silentoplayz commented on GitHub (Nov 26, 2025): > [@silentoplayz](https://github.com/silentoplayz) can you reproduce pls? I can reproduce this, yes. Tested on Firefox. <img width="2557" height="500" alt="Image" src="https://github.com/user-attachments/assets/4db9abaa-72a6-4ec7-8876-8c5d8e84e655" />
Author
Owner

@tjbck commented on GitHub (Nov 27, 2025):

Addressed in dev with 9f89cc5adc.

<!-- gh-comment-id:3583971971 --> @tjbck commented on GitHub (Nov 27, 2025): Addressed in dev with 9f89cc5adc8576703ecf68282b3d62614213f193.
Author
Owner

@silentoplayz commented on GitHub (Nov 27, 2025):

Addressed in dev with 9f89cc5.

Is it intended to still see two calls made to /api/v1/users (rather than 1) when I click on the Users tab via the admin panel?
Image

<!-- gh-comment-id:3584113192 --> @silentoplayz commented on GitHub (Nov 27, 2025): > Addressed in dev with [9f89cc5](https://github.com/open-webui/open-webui/commit/9f89cc5adc8576703ecf68282b3d62614213f193). Is it intended to still see two calls made to `/api/v1/users` (rather than 1) when I click on the `Users` tab via the admin panel? <img width="1148" height="240" alt="Image" src="https://github.com/user-attachments/assets/1fe7512f-3175-4811-a520-22dd28992ec6" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#34434