You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit some entity and press save it goes to screen with list of entities without checking server side errors. When it actually sends the request (and receives 400 code with list of violations) it just shows "Bad request" message (and for some reason sends GET request to /contexts/ConstraintViolationList which fails with 401 code).
What can I do to make it show server errors? (for example "email already taken")