0.5.4 frontend only showing "Network Problem" #3274

Closed
opened 2025-11-11 15:27:42 -06:00 by GiteaMirror · 1 comment
Owner

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.

image

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. ![image](https://github.com/user-attachments/assets/1845f50a-a3f2-4946-a5bd-51a3edbb0c75) But it doesnt seem to fill in the ui. Instead i get "Network Problem" Any ideas?
Author
Owner

@tjbck commented on GitHub (Jan 14, 2025):

#8074

@tjbck commented on GitHub (Jan 14, 2025): #8074
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#3274