mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
issue: functions stores Quotation error #6836
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 @dengqizhang on GitHub (Nov 5, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
windows10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actual Behavior
Steps to Reproduce
1,update openwebui v0.6.34 version
2, Functions.svelte:300
4, update
become
{#if _functions.length}
5,Resolve the error message
Logs & Screenshots
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')
Additional Information
No response
@silentoplayz commented on GitHub (Nov 5, 2025):
A PR is welcome!