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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
We currently see Server errors (500) on latest and testing due to a DB error when setting a new talk preference (favorite). The server returns:
{"status":500,"reason":{"timestamp":"2019-03-03T17:55:12.780+0000","status":500,"error":"Internal Server Error","message":"could not execute statement; SQL [n/a]; constraint [id]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement","path":"/rest/preferences"}}
But this is not caught in the PWA frontend.
I will try to fix the problem on the backend ASAP. Nevertheless we should see a better error handling in the frontend as well.
The text was updated successfully, but these errors were encountered:
We currently see Server errors (500) on latest and testing due to a DB error when setting a new talk preference (favorite). The server returns:
But this is not caught in the PWA frontend.
I will try to fix the problem on the backend ASAP. Nevertheless we should see a better error handling in the frontend as well.
The text was updated successfully, but these errors were encountered: