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?
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?

<!-- gh-comment-id:2705700423 -->
@398168441 commented on GitHub (Mar 7, 2025):
https://docs.openwebui.com/getting-started/advanced-topics/development/
Refer to this document.
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?
<!-- gh-comment-id:2705717865 -->
@bumblebee-code-gh commented on GitHub (Mar 7, 2025):
> https://docs.openwebui.com/getting-started/advanced-topics/development/ 请参阅此文档。
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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?