mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-01 06:19:20 -05:00
static resource access problem while deploy open-webui using the k8s platform with gateway #1316
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 @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