[GH-ISSUE #11330] issue: Local Development Setup #31718

Closed
opened 2026-04-25 05:37:27 -05:00 by GiteaMirror · 3 comments
Owner

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?

Image

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? ![Image](https://github.com/user-attachments/assets/d7cd61e0-4e6f-4112-878d-32136eb0dbfa)
Author
Owner

@rgaricano commented on GitHub (Mar 7, 2025):

You have to configure proxy options on vite.config

<!-- gh-comment-id:2705542242 --> @rgaricano commented on GitHub (Mar 7, 2025): You have to configure proxy options on vite.config
Author
Owner

@398168441 commented on GitHub (Mar 7, 2025):

https://docs.openwebui.com/getting-started/advanced-topics/development/
Refer to this document.

<!-- gh-comment-id:2705700423 --> @398168441 commented on GitHub (Mar 7, 2025): https://docs.openwebui.com/getting-started/advanced-topics/development/ Refer to this document.
Author
Owner

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

<!-- 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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#31718