Skip to content
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

Redirecting error messages from backend #3

Open
giulianorasper opened this issue Oct 19, 2020 · 0 comments
Open

Redirecting error messages from backend #3

giulianorasper opened this issue Oct 19, 2020 · 0 comments
Assignees

Comments

@giulianorasper
Copy link
Collaborator

There are cases in which error messages are not redirected to the frontend despite they should be.
E.g. adding an attendee with an already existing email displays the Attendee can not be edited for unknown reasons message whereas a more accurate description is possible since the console displays

An exception occurred while adding a new attendee.
[SQLITE_CONSTRAINT]  Abort due to constraint violation (UNIQUE constraint failed: users.email)

Admins should get as detailed feedback for errors as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants