static resource access problem while deploy open-webui using the k8s platform with gateway #1316

Closed
opened 2025-11-11 14:42:41 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @yangsenyi0116 on GitHub (Jun 19, 2024).

Bug Report

Description

Bug Summary:
[Provide a brief but clear summary of the bug]
When I integrated into a platform with a gateway, because the access automatically carried the apps prefix such as "/apps/openwebui/", this resulted in static resource access 404 such as js, all of which requested "/_apps/" when in fact they should have requested "/apps/_apps/",And I can't modify the nginx configuration of the original gateway, I can prefix the request through the docker configuration item

Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Deploy open-webui using the k8s platform with gateway

Originally created by @yangsenyi0116 on GitHub (Jun 19, 2024). # Bug Report ## Description **Bug Summary:** [Provide a brief but clear summary of the bug] When I integrated into a platform with a gateway, because the access automatically carried the apps prefix such as "/apps/openwebui/", this resulted in static resource access 404 such as js, all of which requested "/_apps/*" when in fact they should have requested "/apps/_apps/*",And I can't modify the nginx configuration of the original gateway, I can prefix the request through the docker configuration item **Steps to Reproduce:** [Outline the steps to reproduce the bug. Be as detailed as possible.] Deploy open-webui using the k8s platform with gateway
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1316