mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #3570] Enabling playground access to users #13309
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 @orlevii on GitHub (Jul 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3570
Is your feature request related to a problem? Please describe.
Users can't access the playground, they get redirected back to
/.That happens because of this line:
https://github.com/open-webui/open-webui/blob/main/src/lib/components/playground/Playground.svelte#L215
Describe the solution you'd like
Allow users to access the playground.
Describe alternatives you've considered
I would like to better understand the reasoning behind the current implementation