Invalid signed properties hashing while reporting

Dear zatca team,

I am getting below error at the time of reporting.

“errorMessages”: [
{
“type”: “ERROR”,
“code”: “signed-properties-hashing”,
“category”: “CERTIFICATE_ERRORS”,
“message”: “Invalid signed properties hashing, SignedProperties with id=‘xadesSignedProperties’”,
“status”: “ERROR”
}
]

do i need to do the canonicalization of SignedProperties tag before Generating Signed Properties Hash(5th step). but in signingProcessUpdated.pdf, there is nothing mentioned like canonicalization for SignedProperties.

Your guidance on this matter would be greatly appreciated.