mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-20 11:55:50 -05:00
[GH-ISSUE #3102] [bug] cannot edit or delete a document starting with "#" in its name in the workspace #28659
Reference in New Issue
Block a user
Originally created by @dev2pew on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3102
Bug Report
Description
Bug Summary:
document cannot be deleted nor edited in any way if it has "#" in its name tag, resulting 404 not found error.
Steps to Reproduce:
Expected Behavior:
document is edited/deleted without any issues.
Actual Behavior:
document becomes untouchable, unreachable. unable to edit.
Environment
Open WebUI Version: v0.3.4
Ollama (if applicable): 0.1.43
Operating System: Windows 10
Browser (if applicable): Microsoft Edge 125.0.2535.92
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots (if applicable):
Installation Method
ubuntu;ghcr.io/open-webui/open-webui:main.Additional Information
open-webui, still the same.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!
@tjbck commented on GitHub (Jun 12, 2024):
Should be fixed on latest, let me know if the issue persists!