mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #18687] feat: allow configuring backend url for frontend builds #18672
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 @CypherpunkSamurai on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18687
Check Existing Issues
Problem Description
i want to be able to configure backend url when building vite. we can bake url into frontend.
Desired Solution you'd like
we can specify the backend config in .env
Alternatives Considered
edit constants.ts
Additional Context
i would like the frontend build to not use /relative path and use custom backend