mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #21356] issue: 0.8.0 public sharing of existing knowledge bases #58120
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 @janl772 on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21356
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.0
Ollama Version (if applicable)
0.13.5
Operating System
Debian12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I have an existing knowledge base.
After update to v0.8.0 and after having been granted 'Knowledge Sharing' but NOT 'Knowledge Public Sharing' I cannot publicly share new and existing knowledge bases.
Actual Behavior
I have an existing knowledge base.
After update to v0.8.0 and after having been granted 'Knowledge Sharing' but NOT 'Knowledge Public Sharing' I can publicly share existing knowledge bases (but not newly created ones).
Steps to Reproduce
Start OWUI using latest version, see my compose file
compose.yaml.txt
as admin alllow 'Knowledge Sharing' but NOT 'Knowledge Public Sharing'
switch to existing user with existing knowledge base and click on access. You can now select public which should not be allowed
Logs & Screenshots
2026-02-13 08:23:13.272 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55786 - "GET /_app/version.json HTTP/1.1" 304
2026-02-13 08:23:44.393 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55942 - "GET /static/custom.css HTTP/1.1" 304
2026-02-13 08:23:44.393 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /static/loader.js HTTP/1.1" 304
2026-02-13 08:23:44.394 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55943 - "GET /static/splash.png HTTP/1.1" 304
2026-02-13 08:23:44.471 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55943 - "GET /static/favicon.ico HTTP/1.1" 304
2026-02-13 08:23:44.516 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55943 - "GET /api/config HTTP/1.1" 200
2026-02-13 08:23:44.517 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /static/favicon.png HTTP/1.1" 304
2026-02-13 08:23:44.532 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/auths/ HTTP/1.1" 200
2026-02-13 08:23:44.542 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/version HTTP/1.1" 200
2026-02-13 08:23:44.543 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55942 - "GET /api/config HTTP/1.1" 200
2026-02-13 08:23:44.554 | DEBUG | open_webui.socket.main:user_join:352 - channels=[]
2026-02-13 08:23:44.554 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55943 - "GET /api/v1/users/user/settings HTTP/1.1" 200
2026-02-13 08:23:44.567 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55943 - "GET /api/v1/configs/banners HTTP/1.1" 200
2026-02-13 08:23:44.574 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55945 - "GET /api/v1/users/user/settings HTTP/1.1" 200
2026-02-13 08:23:44.574 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/tools/ HTTP/1.1" 200
2026-02-13 08:23:44.575 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55942 - "GET /api/v1/users/71d00033-f7e0-4e81-9bf3-7d3844f3f350/profile/image HTTP/1.1" 200
2026-02-13 08:23:44.584 | DEBUG | aiocache.base:get:201 - GET <function at 0x7efbcdc4f380> False (0.0000)s
2026-02-13 08:23:44.584 | DEBUG | aiocache.base:get:201 - GET <function at 0x7efbcddc9260> False (0.0000)s
2026-02-13 08:23:44.584 | INFO | open_webui.routers.openai:get_all_models:482 - get_all_models()
2026-02-13 08:23:44.584 | INFO | open_webui.routers.ollama:get_all_models:322 - get_all_models()
2026-02-13 08:23:44.590 | DEBUG | open_webui.routers.openai:get_all_models_responses:451 - get_all_models:responses() [{'data': [], 'object': 'list', 'pipelines': True}]
2026-02-13 08:23:44.590 | DEBUG | open_webui.routers.openai:get_merged_models:516 - merge_models_lists <map object at 0x7efbcc20f9a0>
2026-02-13 08:23:44.590 | DEBUG | open_webui.routers.openai:get_all_models:545 - models: {}
2026-02-13 08:23:44.590 | DEBUG | aiocache.base:set:280 - SET <function at 0x7efbcdc4f380> 1 (0.0000)s
2026-02-13 08:23:44.675 | DEBUG | aiocache.base:set:280 - SET <function at 0x7efbcddc9260> 1 (0.0000)s
2026-02-13 08:23:44.707 | DEBUG | open_webui.utils.models:get_all_models:329 - get_all_models() returned 7 models
2026-02-13 08:23:44.723 | DEBUG | open_webui.main:get_models:1562 - /api/models returned filtered models accessible to the user: ["gpt-oss:120b", "mistral-small:24b"]
2026-02-13 08:23:44.725 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/models HTTP/1.1" 200
2026-02-13 08:23:44.741 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/knowledge/6cc29c3c-224a-4863-afe8-3b38fe2cad47 HTTP/1.1" 200
2026-02-13 08:23:44.752 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/knowledge/6cc29c3c-224a-4863-afe8-3b38fe2cad47/files?page=1 HTTP/1.1" 200
2026-02-13 08:23:45.045 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/knowledge/6cc29c3c-224a-4863-afe8-3b38fe2cad47/files?page=1 HTTP/1.1" 200
2026-02-13 08:23:45.780 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55942 - "GET /api/v1/groups/?share=true HTTP/1.1" 200
2026-02-13 08:23:45.781 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "GET /api/v1/groups/id/a498143b-8836-494b-8ca2-9a1b4c6b42c5/info HTTP/1.1" 401
2026-02-13 08:23:48.426 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55941 - "POST /api/v1/knowledge/6cc29c3c-224a-4863-afe8-3b38fe2cad47/access/update HTTP/1.1" 200
2026-02-13 08:23:48.428 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - xxxx:55942 - "GET /api/v1/groups/id/a498143b-8836-494b-8ca2-9a1b4c6b42c5/info HTTP/1.1" 401
Additional Information
No response
@Classic298 commented on GitHub (Feb 13, 2026):
can reproduce
@Classic298 commented on GitHub (Feb 13, 2026):
fixed in https://github.com/open-webui/open-webui/pull/21358
@Classic298 commented on GitHub (Feb 13, 2026):
PR merged to
dev