Unable to access esignet authentication page

Hi,
I was testing the eSignet health services features to integrate them with Mojaloop. However, I’m unable to proceed past the sign-in page due to an unknown error being thrown from the API side. Below is the error message that was generated.

{
“responseTime”: “2024-03-07T07:50:40.581Z”,
“response”: null,
“errors”: [
{
“errorCode”: “unknown_error”,
“errorMessage”: “Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: ‘java.lang.String io.mosip.esignet.api.dto.AuditDTO.getIdType()’”
}
]
}