Hi Team,
We are encountering an issue while creating a new case in BPM for CIB Insurance project. Deployed a new version and checked as well.
From logs, it seems that cid is created, but on sending the response back, it fails. Attaching screenshots.
API Endpoint:
POST https://alpha-dev.cib.co.za/caseservice/case/instance/create?branch=master
caseType: cib-claims,
branch : master
Error Response:
{
"status": "error",
"statusCode": 500,
"error": {
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal Server Error",
"details": null
}
}


