mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
Chat with Ollama behind a company http server not possible #1209
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 @mlier on GitHub (Jun 11, 2024).
Bug Report
Description
Bug Summary:
I am in the company network trying to use OpenWebui.
The http proxy is defined and in use.
Ollama works well.
Openwebui is running. The ui is working well. In particular, I can see my model list. I can choose one model.
My problem occurs when I want to chat.
No answer is written.
There is an error
Uncaught (in promise) ReferenceError: TextDecoderStream is not defined Chat.svelte:698:18TextDecoderStream is not find.
Is there a problem with the installation of javascript librairies due to http proxy server during the installation process ?
The same Open webui (same version) on a computer without proxy server works very well.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Openwebui backend Console Logs:
Installation Method
pip install open-webui in a conda venv