Hi,
In version 1.10.0, when deleting an entity that has a Composition of many Attachments (from @cap-js/sdm), the operation fails with a 500 error in environments where no SDM service instance is bound in our case this happens when we try to execute our unit tests locally or in our GitHub workflows.
The SDM plugin's attachDeletionData handler unconditionally attempts to connect to the SDM service to clean up document folders — even when no SDM credentials are available and no actual attachments exist in SDM.
This worked in version 1.9.1
Are you able to support here?
Hi,
In version 1.10.0, when deleting an entity that has a Composition of many Attachments (from @cap-js/sdm), the operation fails with a 500 error in environments where no SDM service instance is bound in our case this happens when we try to execute our unit tests locally or in our GitHub workflows.
The SDM plugin's attachDeletionData handler unconditionally attempts to connect to the SDM service to clean up document folders — even when no SDM credentials are available and no actual attachments exist in SDM.
This worked in version 1.9.1
Are you able to support here?