mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 08:34:32 -05:00
[GH-ISSUE #22650] issue: __request__ not being passed into pipeline #74381
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 @jayteaftw on GitHub (Mar 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22650
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
macOs
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When sending a request to a connected pipeline using the Oauth or session authentication setting, I expect the the request value inside of
as shown in the docs
Actual Behavior
When I send a request to the pipeline and look at the logs, request is None.
Steps to Reproduce
Logs & Screenshots
Additional Information
A version of someone doing this has been documented here which was posted Augusted 25th 2025 which means this worked for some version of open webui before v0.6.25
@gvelesandro commented on GitHub (Mar 13, 2026):
I'm researching where agent systems fail because request, auth, or workflow context doesn't get carried into the execution path. Your
__request__report looks like a clean example of that boundary breaking.If you're open to it, I'd value one concrete postmortem:
One written example is enough: https://www.agentsneedcontext.com/agent-failure-postmortem
No pitch. Just problem discovery from real failures.
@Classic298 commented on GitHub (Mar 13, 2026):
Not actually an open webui issue, this is a pipelines server issue
@Classic298 commented on GitHub (Mar 13, 2026):
https://github.com/open-webui/pipelines/pull/595
feel free to open an issue in pipelines repo
@jayteaftw commented on GitHub (Mar 13, 2026):
https://github.com/open-webui/pipelines/issues/596
@WhatIsData commented on GitHub (Mar 23, 2026):
@Classic298 no PR to pipelines has been approved in almost 7 months unfortunately.