mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #15465] issue: npm run build not compiling tailwind css #56239
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 @smrutikant on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15465
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
npm run build should build the frontend with the changed content.
Actual Behavior
I have just changed the login page label from {$i18n.t(
Sign in to {{WEBUI_NAME}}, { WEBUI_NAME: $WEBUI_NAME })} to just {$i18n.t(Sign in) } and ran npm run build. The changes reflected. However the lay out of the pages both sign in and inside paged were changed. Inititally the content of login page was in center. now the form covers entire pageSteps to Reproduce
I have just changed the login page label from {$i18n.t(
Sign in to {{WEBUI_NAME}}, { WEBUI_NAME: $WEBUI_NAME })} to just {$i18n.t(Sign in) } and ran npm run build. The changes reflected. However the lay out of the pages both sign in and inside paged were changed. Inititally the content of login page was in center. now the form covers entire pageLogs & Screenshots
Additional Information
No response
@smrutikant commented on GitHub (Jul 2, 2025):
Attaching the screenshot