[GH-ISSUE #24418] issue: Verzija: v0.9.2 Pipeline servis radi (curl 127.0.0.1:9099 → {"status":true}) Admin Panel pokazuje "Pipelines Not Detected" #91035

Closed
opened 2026-05-15 16:18:45 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ive2368 on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24418

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

v0.9.2

Ollama Version (if applicable)

No response

Operating System

Linux Mint 22.3

Browser (if applicable)

No response

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

Admin Panel treba detektirati Pipeline servis i prikazati opciju za dodavanje Pipelinea.

Actual Behavior

Admin Panel → Pipelines prikazuje "Pipelines Not Detected" iako Pipeline servis radi.
Potvrđeno s: curl http://127.0.0.1:9099 → {"status":true}
curl http://127.0.0.1:9099/v1/models → {"data":[],"object":"list","pipelines":true}
Pipeline kontejner je pokrenut s --network host, isto kao i Open WebUI.

Steps to Reproduce

  1. Pokreni Open WebUI v0.9.2 s Dockera (--network host)
  2. Pokreni Pipeline servis: ghcr.io/open-webui/pipelines:main (--network host)
  3. Potvrdi da Pipeline radi: curl http://127.0.0.1:9099 → {"status":true}
  4. Otvori Admin Panel → Pipelines
  5. Prikazuje se "Pipelines Not Detected"

Logs & Screenshots

Docker logovi Pipelinea: (zalijepi output od: docker logs open-webui-pipelines --tail 10)

Additional Information

No response

Originally created by @ive2368 on GitHub (May 6, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/24418 ### 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 v0.9.2 ### Ollama Version (if applicable) _No response_ ### Operating System Linux Mint 22.3 ### Browser (if applicable) _No response_ ### 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 Admin Panel treba detektirati Pipeline servis i prikazati opciju za dodavanje Pipelinea. ### Actual Behavior Admin Panel → Pipelines prikazuje "Pipelines Not Detected" iako Pipeline servis radi. Potvrđeno s: curl http://127.0.0.1:9099 → {"status":true} curl http://127.0.0.1:9099/v1/models → {"data":[],"object":"list","pipelines":true} Pipeline kontejner je pokrenut s --network host, isto kao i Open WebUI. ### Steps to Reproduce 1. Pokreni Open WebUI v0.9.2 s Dockera (--network host) 2. Pokreni Pipeline servis: ghcr.io/open-webui/pipelines:main (--network host) 3. Potvrdi da Pipeline radi: curl http://127.0.0.1:9099 → {"status":true} 4. Otvori Admin Panel → Pipelines 5. Prikazuje se "Pipelines Not Detected" ### Logs & Screenshots Docker logovi Pipelinea: (zalijepi output od: docker logs open-webui-pipelines --tail 10) ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-15 16:18:45 -05:00
Author
Owner

@owui-terminator[bot] commented on GitHub (May 6, 2026):

🔍 Related Issues Found

I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:

  1. 🟣 #13511 issue: Pipelines not detected
    Direct match: this issue is also titled and described as 'Pipelines not detected' in the Admin Panel. It reports the same symptom despite the pipeline service responding successfully, making it the closest prior report.
    by bogdanr · bug

  2. 🟣 #4224 Manage Pipelines-> Pipelines not detected
    This older report describes the same Admin Panel behavior—'Manage Pipelines' showing no pipeline upload/detection option even though the pipeline connection appears fine. It is likely the same detection/UI problem in an earlier version.
    by AI-ANK

  3. 🟣 #10538 Pipelines disconnect after update
    This is related because it concerns Pipelines integration breaking after an update, which can overlap with cases where Open WebUI no longer recognizes an otherwise working pipelines service. It may provide context if the detection logic or retained config regressed.
    by DrewWalkup


💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.

This comment was generated automatically. React with 👍 if helpful, 👎 if not.

<!-- gh-comment-id:4389991848 --> @owui-terminator[bot] commented on GitHub (May 6, 2026): <!-- terminator-bot:related-issues-reply --> 🔍 **Related Issues Found** I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions: 1. 🟣 [#13511](https://github.com/open-webui/open-webui/issues/13511) **issue: Pipelines not detected** *Direct match: this issue is also titled and described as 'Pipelines not detected' in the Admin Panel. It reports the same symptom despite the pipeline service responding successfully, making it the closest prior report.* *by bogdanr · `bug`* 2. 🟣 [#4224](https://github.com/open-webui/open-webui/issues/4224) **Manage Pipelines-> Pipelines not detected** *This older report describes the same Admin Panel behavior—'Manage Pipelines' showing no pipeline upload/detection option even though the pipeline connection appears fine. It is likely the same detection/UI problem in an earlier version.* *by AI-ANK* 3. 🟣 [#10538](https://github.com/open-webui/open-webui/issues/10538) **Pipelines disconnect after update** *This is related because it concerns Pipelines integration breaking after an update, which can overlap with cases where Open WebUI no longer recognizes an otherwise working pipelines service. It may provide context if the detection logic or retained config regressed.* *by DrewWalkup* --- 💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead. *This comment was generated automatically.* React with 👍 if helpful, 👎 if not.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#91035