Skip to content

issue: 0.8.0 public sharing of existing knowledge bases #21356

@janl772

Description

@janl772

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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).

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions