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
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 @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