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
Submitting a registration with over 255 characters in a short answer field gives the default vague "registration did not succeed" style popup. Browser logs show a backend call yielding a 500 error with appropriate error message.
The backend should respond with a 400 Bad request for this error and the UI should have an option to see this message (popup to have a down arrow which extends error details).
For this specific case the UI should also have a red hint and highlight around the box when i.e. 245 chars are typed and there's only 10 more left.
The text was updated successfully, but these errors were encountered:
Submitting a registration with over 255 characters in a short answer field gives the default vague "registration did not succeed" style popup. Browser logs show a backend call yielding a 500 error with appropriate error message.
The backend should respond with a 400 Bad request for this error and the UI should have an option to see this message (popup to have a down arrow which extends error details).
For this specific case the UI should also have a red hint and highlight around the box when i.e. 245 chars are typed and there's only 10 more left.
The text was updated successfully, but these errors were encountered: