mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #16567] issue: JSON function import broken #33491
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 @recallmenot on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16567
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.22
Ollama Version (if applicable)
No response
Operating System
arch
Browser (if applicable)
Brave 1.80.120 (Chromium 138.0.7204.101), Firefox 141.0
Confirmation
README.md.Expected Behavior
Adding a function from a JSON file should work.
Actual Behavior
Two notifications in open-webui:
Steps to Reproduce
docker rm -f open-webuidocker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainhttp://0.0.0.0:3000/admin/functionsLogs & Screenshots
docker container logs open-webuishows nothing of interest.In the browser console however, I get this:
Additional Information
Importing the functions from their https://openwebui.com/f page by providing the local URL works fine.
I think the JSON file import is important for safety: openwebui.com could in theory be hacked and I don't like to expose local addresses to whatever javascript runs on any website.
Also, devs need this probably?
@tjbck commented on GitHub (Aug 13, 2025):
#16430