-
Notifications
You must be signed in to change notification settings - Fork 6
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
Display a meaningful error when project can't be created #636
Comments
The error message you see is actually very close to the one currently returned by the
We currently filter error messages without explanation, this is why no reference to the reached limit is displayed. I suggest to do as follows: |
Ok I see. In addition to your suggestion I think we could specify where/when the error comes from. In this case is Gitlab and not the user or Renku. For errors in GitLab we could maybe even refer the users to test creating/forking a project in GitLab to see more details. Thanks for looking into this issue. |
You are right, handling all the errors is practically impossible, but we can still display something more user-friendly for the most common cases. I am not sure if we want to suggest users trying out things in GitLab for debugging errors. Anyway, the process of creating a new project in the UI will change soon as part of SwissDataScienceCenter/renku#611 and we will make sure to make errors more understandable. |
Description
When user can't create new projects on Gitlab, Renku displays error
namespace: is not valid
To Reproduce
Steps to reproduce the behaviour:
namespace: is not valid
Expected behavior
A more meaningful error should be displayed
user reached the project limit
, see second screenshot.Screenshots
Error message when creating a new project on Renku:
Warning message on Gitlab:
Additional information
This happens in any Renku deployment.
The text was updated successfully, but these errors were encountered: