mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16058] issue: Share to Open WebUI Community button visible on feedbacks page (evaluation), even when Enable Community Sharing feature is disabled in admin settings
#56437
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 @silentoplayz on GitHub (Jul 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16058
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18 (
5fbfe2bdca)Ollama Version (if applicable)
v0.9.5 (
5d8c173529)Operating System
Ubuntu 24.04.2 LTS
Browser (if applicable)
Mozilla Firefox Debian Package (mozilla-deb - 1.0) v141.0 (64-bit)
Confirmation
README.md.Expected Behavior
When the
Enable Community Sharingsetting is toggled off in the Admin Settings, theShare to Open WebUI Communitybutton/option on theFeedbackspage (within theEvaluationstab) should be hidden or disabled, as the underlying functionality it represents is not active.Actual Behavior
The
Share to Open WebUI Communitybutton/option is visible and clickable on theFeedbackspage (within theEvaluationstab) even when theEnable Community Sharingsetting is toggled off in the Admin Settings. While clicking it may not result in data being shared, its mere presence implies the feature is available, which contradicts the disabled setting.Steps to Reproduce
This issue is reproduced on a local development environment setup for Open WebUI.
Prerequisites:
Clone the Repository:
Frontend Setup:
.envfor reproduction, default settings are used.)open-webuidirectory):open-webuidirectory):http://localhost:5173. You should see the frontend waiting for the backend. Keep this terminal running.Backend Setup:
backenddirectory):backenddirectory):Access Open WebUI and Configure Settings:
http://localhost:5173).Featuressection.Enable Community Sharingtoggle is set to OFF (disabled). If it's on, toggle it off.Observe the Issue:
Evaluationstab.Feedbackssub-tab.Share to Open WebUI Communitybutton/option.Logs & Screenshots
Additional Information
This inconsistency in UI display can lead to confusion, as users might perceive a feature as active or available even when it has been explicitly disabled in the administrative settings. The
Share to Open WebUI Communityoption should ideally be conditionally rendered or disabled based on theEnable Community Sharingsetting.