mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-27 11:57:13 -05:00
Invalid Regular Expression Error on iPhone When Requesting Conversation #1323
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 @gkingt on GitHub (Jun 20, 2024).
Bug Report
Description
Bug Summary:
When using the application on an iPhone, an error occurs: "Invalid regular expression: invalid group specifier name."
Steps to Reproduce:
Open the application on an iPhone.
Request a conversation.
Observe the error message "Invalid regular expression: invalid group specifier name."
Expected Behavior:
The application should function without errors and handle regular expressions correctly.
Actual Behavior:
An error message "Invalid regular expression: invalid group specifier name" is displayed, preventing proper functionality.
Environment
Open WebUI Version: 0.3.5
Operating System: iOS (version unknown, please specify)
Browser (if applicable): Safari (version unknown, please specify)
Reproduction Details
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Manual installation
Additional Information
This error seems specific to the regular expression handling on iOS Safari. Including any error messages or stack traces might help diagnose the issue further. The error might be related to how Safari handles regular expressions differently compared to other browsers.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!