-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[dashboard] Handle EE_LICENSE_REQUIRED #3918
Comments
@gtsiolis, this one would need to be redesigned 🙏🏻 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think this ticket is actually quite a good change and will be the first way of self-hosted users entering the sales funnel. Since #8593, this will only be triggered by people who are not paying for Gitpod and have 11+ users. The alert should now be "this feature is disabled in the community edition - why not upgrade your Gitpod installation" and then direct them to the page to allow them to upgrade to a paid license. This payment gateway/license generator will be covered by #8717 /cc @gitpod-io/engineering-self-hosted @gitpod-io/engineering-webapp |
Closing this because what is in this ticket is super-seeded by #9971 and the other tickets linked above. |
For Gitpod Self-Hosted installations the server component may return EE_LICENSE_REQUIRED error responses.
We need to implement a catch for these errors and also the page where to upload the EE license on.
The text was updated successfully, but these errors were encountered: