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
Some inputs lack of proper validation, which can cause BE errors with a 500 status.
For example, in step two of 'Inregistreaza caz nou' module, the "Adresă domiciliu legal" input allows users to enter addresses that are 256 characters or longer, and when the form is submitted the BE returns an Internal Server Error.
If the user closes the error modal, edits the form, and resends it, the system will display the same Internal Server Error message.
However, each time the "Creare" button is clicked, a new entry is added to the Cases List.
Observation
The newly added entry does not include the address that was entered.
The text was updated successfully, but these errors were encountered:
Description
Some inputs lack of proper validation, which can cause BE errors with a 500 status.
For example, in step two of 'Inregistreaza caz nou' module, the "Adresă domiciliu legal" input allows users to enter addresses that are 256 characters or longer, and when the form is submitted the BE returns an Internal Server Error.
If the user closes the error modal, edits the form, and resends it, the system will display the same Internal Server Error message.
However, each time the "Creare" button is clicked, a new entry is added to the Cases List.
Observation
The newly added entry does not include the address that was entered.
The text was updated successfully, but these errors were encountered: