mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11330] issue: Local Development Setup #16189
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 @bumblebee-code-gh on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11330
I referred to the development guide. If the front-end and back-end run on different servers, the following problems may occur during front-end access. How can I solve them?
@rgaricano commented on GitHub (Mar 7, 2025):
You have to configure proxy options on vite.config
@398168441 commented on GitHub (Mar 7, 2025):
https://docs.openwebui.com/getting-started/advanced-topics/development/
Refer to this document.
@bumblebee-code-gh commented on GitHub (Mar 7, 2025):
Yes, I have referred to the document, but my front-end code and back-end code are running on servers with different IP addresses. I can access the UI interface through the browser, but the interface prompts that I cannot connect to the back-end service. The front-end IP address is 192.168.1.123, and the back-end IP address is 192.168.1.128. How can I solve this problem?