mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3883] [BUG] Backend Required, unsupported method (frontend only) #13420
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 @DuckY-Y on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3883
Context
So I've been trying to setup open-webui behind a reverse proxy, in this case Traefik.

As you can see from the screenshot, this is the page I'm greeted with when accessing webui.
I simply don't understand as to why I'm getting this error when I point Traefik at the internal 8080 port of open-webui?
If I were to uncomment the ports part and visit the site with ip and port specified (e.g. chat.bss:8081), then it works perfectly fine
docker-compose.yaml
Environment
Logs
No errors reported in logs