mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 00:52:24 -05:00
[GH-ISSUE #7030] Issue with Open WebUI and Pipelines Connection #30103
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 @sitzbrau on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7030
Description
I am experiencing an issue with connecting to the pipelines in Open WebUI. Here are the details of the problem and the steps I have taken so far.
Environment
Docker Containers:
Host: Ubuntu on an EC2 instance
Network Configuration: Port 9099 allowed in the security group
Steps to Reproduce
Start the Containers:
bash
Configure the Connection in Open WebUI:
Expected Behavior
The connection to the pipelines should be established successfully, and the "Verify Connection" button should not show any errors.
Actual Behavior
Despite the correct configuration, I receive the error "OpenAI: Network Problem" when verifying the connection.
Additional Information
Container Status
The pipelines container is running and listening on port 9099:
Network Configuration
The port 9099 is open and in use by the pipelines container:
bash
Logs of Pipelines Container
The logs of the pipelines container show no critical errors:
bash
docker logs pipelinesOutput:
Docker Inspect Output
The docker inspect output for the pipelines container shows the correct configuration:
json
Steps Taken
Request
I would appreciate any help in identifying and resolving the issue that prevents the connection to the pipelines in Open WebUI.
Example Commands
bash
Thank you for your assistance.