mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-25 01:36:29 -05:00
[PR #3564] [MERGED] fix: RegExp "invalid group specifier name" exception on Safari < 16.4 #60141
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3564
Author: @wanderingmeow
Created: 7/1/2024
Status: ✅ Merged
Merged: 7/1/2024
Merged by: @tjbck
Base:
dev← Head:fix-regexp-safari-before-16.4📝 Commits (1)
de3d490fix: RegExp "invalid group specifier name" exception on Safari < 16.4 (#3306, #3371)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/utils/index.ts(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This PR fixed the issue of regex exception for Safari before 16.4 (iOS 16.4), where regex lookbehind syntax is not supported. Before this change, devices that are not supported by or updated to iOS 16.4 or later are unable to use Open WebUI chat, e.g. iPhone 7.
Fixed
Additional Information
This issue was first observed in Open WebUI 0.3.5.
For more information, see discussion here: https://github.com/open-webui/open-webui/discussions/3372#discussioncomment-9889979
Prior art:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.