mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #6518] Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend. #14394
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 @skhaz on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6518
I am trying to serve the application behind Ngrok using Docker Compose. I map port 5173 to 3000, and I see this in the terminal:
chat_app | VITE v5.4.6 ready in 2715 ms
chat_app |
chat_app | ➜ Local: http://localhost:5173/
chat_app | ➜ Network: http://192.168.97.3:5173/
However, when I open this URL, the “backend required” warning appears. How can I resolve this?