mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[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
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ive2368 on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24418
Check Existing Issues
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
README.md.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
Logs & Screenshots
Docker logovi Pipelinea: (zalijepi output od: docker logs open-webui-pipelines --tail 10)
Additional Information
No response
@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:
🟣 #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🟣 #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
🟣 #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.