-
Notifications
You must be signed in to change notification settings - Fork 3
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
(Placeholder) Do not send verbose errors to frontend #324
Comments
@maxammann I think this is not a bug in production, is it? |
Probably not, but I'd leave this task open until someone checked a crash like this again. |
I just observed this again on the current deployment |
A solution to this issue should introduce a general concept of how to treat errors in the GraphQL backend (& interface) |
Yes absolutely! Now that we know why these messages show up in the frontend this is a technical task. |
Very much related to #659 |
Should be resolved due to #873, as all backend exceptions have their own error message now. |
Currently the backend sends the plain error objects to the frontend when an error occurs. This is not a good behavior, because it can leak internal data.
TODO: Add a solution.
The text was updated successfully, but these errors were encountered: