mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #2633] Version 0.1.125 http downgrade on memory api. #28484
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 @luisbrandao on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2633
I'm running OpenWebUI in Docker with an HTTPS proxy (httpd) in front of it.
I'm experiencing an issue with the memory page. Upon investigation, I found that the memory API call is being made over HTTP, which is being blocked by the browser due to mixed content.
Is there something wrong with my setup?
