-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Self-hosted]: cannot search users/workspaces without enterprise license and error is console only #6932
Comments
@jldec Shouldn't we rather disable the |
Either way works - a visible nudge can help to make users aware that they need a license :) Silent browser console errors should be treated more like bugs. It would be helpful from an operations perspective if we had a way to collect those, just like server-side logs. |
Initially I would go for removing the Admin tab from non-enterprise users, but a visible nudge also makes sense. |
Suggestion: The visible nudge to indicate that a license is required could be done like so:
gitpod/components/dashboard/src/start/CreateWorkspace.tsx Lines 212 to 227 in 7ccac75
|
Note discussion in #8328 could render this issue moot:
Even if we do keep limiting the use of the admin dashboard, the check should allow evaluation use when there are < 10 users. |
As part of #8593, I've made the admin dashboard available to all licence levels. Once accepted, I think that solves this ticket |
Bug description
When I go to
/admin/users
in my self-hosted instance and click "search", I'm not able to search without an enterprise license. Whilst this is fine, the error only appears in the console.It would be nice to have the error in the actual dashboard - an alert-style error
Steps to reproduce
Install self-hosted, go to admin and click "search"
Workspace affected
No response
Expected behavior
Should display the "enterprise license required" in the dashboard, not just the console
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: