Actions
Bug #354
closedStatus:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/12/2026
Due date:
% Done:
0%
Estimated time:
Description
Description:
User is allowed to navigate to the Confirm Loan page even when required fields are missing.
Steps to Reproduce:
Start adding a new loan
Leave one or more required fields empty
Click Continue / Next
Expected Result:
User should be blocked and shown validation errors.
Actual Result:
User is navigated to the Confirm Loan page without validation.
Updated by Deeksha Singh 27 days ago
While adding loan it shows error
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"errors": {
"Description": [
"This field cannot be left empty"
]
},
"traceId": "00-d3a41255b01dbc944ebc90a9d1875730-81274bce5cf835cf-00"
}
but there is no error message shown on UI side.
Actions