mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Not able to #1495
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 @Jiayou-Chao on GitHub (Jul 11, 2024).
Bug Report
Description
Bug Summary:
Unable to connect Open WebUI to the locally running oneapi service.
Steps to Reproduce:
docker run -d -p 3001:8080 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main.Expected Behavior:
Open WebUI should connect to the oneapi service running on localhost:3000 without any issues.
Actual Behavior:
Open WebUI fails to connect to the locally running oneapi.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots (if applicable):

Installation Method
Additional Information
Encountered issues related to Docker network configuration and connection errors between Open WebUI and oneapi on localhost. Followed troubleshooting steps from Troubleshooting Guide but issue persists.