When i make a request, i still get the completion in my network tab.
But it doesnt seem to fill in the ui. Instead i get "Network Problem"
Any ideas?
Originally created by @vdb1be on GitHub (Jan 14, 2025).
# Bug Report
## Installation Method
pip
## Environment
- **Open WebUI Version:** [e.g., v0.4.8
- **Operating System:** Windows Server 2018
## Expected Behavior:
I get a response
## Actual Behavior:
I get an error "Network Problem"
## Description
Since i updated to version 0.5.4 i get the "Network problem" error. Same as https://github.com/open-webui/open-webui/issues/8074.
I have a pip install and use IIS as a reverse proxy. URL rewrite config
```
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="ReverseProxyInboundRule1" stopProcessing="true">
<match url="(.*)" />
<action type="Rewrite" url="http://localhost:8080/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
```
When i make a request, i still get the completion in my network tab.

But it doesnt seem to fill in the ui. Instead i get "Network Problem"
Any ideas?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @vdb1be on GitHub (Jan 14, 2025).
Bug Report
Installation Method
pip
Environment
Open WebUI Version: [e.g., v0.4.8
Operating System: Windows Server 2018
Expected Behavior:
I get a response
Actual Behavior:
I get an error "Network Problem"
Description
Since i updated to version 0.5.4 i get the "Network problem" error. Same as https://github.com/open-webui/open-webui/issues/8074.
I have a pip install and use IIS as a reverse proxy. URL rewrite config
When i make a request, i still get the completion in my network tab.
But it doesnt seem to fill in the ui. Instead i get "Network Problem"
Any ideas?
@tjbck commented on GitHub (Jan 14, 2025):
#8074