mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6301] Could support lower version of firefox?Such as firefox 52.0 #14310
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 @winger1982-lee on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6301
Bug Report
when open the webui on low version of firefox, it could not show the right login page but stop on the logo page. It seems could not run on lower version of firefox such as 52.0 due to the js issue. Can anyone help me because in my working environment there is limited to use higher version of firefox or chrome. Please!
Installation Method
I installed it by pip and by source code.
Environment
Open WebUI Version:** [e.g., v0.3.32]
Operating System: [Windows 10, Ubuntu 20.04]
Browser :** [Firefox 52.0]
Confirmation:
Expected Behavior:
Could use lower version of firefox such as 52.0
Actual Behavior:
stop at logo page and there is js error
Logs and Screenshots
Browser Console Logs:
SyntaxError: expected expression, got '.'
SyntaxError: expected expression, got keyword 'import'
Screenshots/Screen Recordings (if applicable):

@tjbck commented on GitHub (Oct 21, 2024):
Won't be officially supported, but if there is a quick fix, PR welcome.
@winger1982-lee commented on GitHub (Oct 21, 2024):
Please help! Please