Describe the solution you'd like
Allow users to access the playground.
Describe alternatives you've considered
Option 1 - By removing condition mentioned in the code above
Option 2 - By setting a toggle in Admin menu that permits users to access the playground
Option 3 - Any other alternative you prefer
I would like to better understand the reasoning behind the current implementation
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**
* Option 1 - By removing condition mentioned in the code above
* Option 2 - By setting a toggle in Admin menu that permits users to access the playground
* Option 3 - Any other alternative you prefer
----
I would like to better understand the reasoning behind the current implementation
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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