-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unhelpful error message on malformed selectors #4125
Comments
@eleftherias I tried to reproduce the issue but I couldn't, with a minder instance running locally from main. I tried with these selectors:
And I get:
For the
I get:
Would you mind showing me how to reproduce better? Did you test with CLI or the UI? |
@jhrozek I should have clarified, this is in the UI. |
hey @jhrozek I just checked in sandbox and it seems that the BE return a 500 with that specific error message that we show response:
|
A 500 is not expected. Let's try to debug it tomorrow together, because that's not what I saw locally - but we might have broken things in the meantime. |
thank you @jhrozek, sorry for the delay, I reach out on slack but I will put some context in here too the API that is called when we click on save is the body example of the call:
In this case the response is a |
@eleftherias found two examples:
repository.name = 'test/test'
repository.isFork == true
The text was updated successfully, but these errors were encountered: