-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I have developed an application using H2O GPT as the back-end.
When I create a shared collection through the CLI, it works correctly — all users are able to view and access the collection after logging in.
However, when a user creates a collection via the UI (with type set to shared), the collection becomes visible only to that specific user. Other users are unable to see or access it, even though it is marked as shared.
Expected Behavior:
Shared collections created by any user should be accessible and visible to all users, just like collections created through the CLI.
Current Behavior:
Collections created via the UI in shared mode are restricted only to the creating user.
Additional Info:
CLI-created shared collections behave correctly.
UI-created shared collections are incorrectly restricted.
Could you please help clarify if this is a bug or if some additional configuration is needed?