mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Version 0.1.125 http downgrade on memory api. #1060
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).
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?
