mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #6518] Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend. #101389
Reference in New Issue
Block a user
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?