So Amala the root problem to me for this defect is that why those code does calling on "store.safe_delete_from_backend" but "store.delete_from_backend()"? IMO we need find out those code which expect catch exception when it require remove image bits from backend storage, and change them to using "delete_from_backend()" but "safe_delete_from_backend()". Any thoughts?
So Amala the root problem to me for this defect is that why those code does calling on "store. safe_delete_ from_backend" but "store. delete_ from_backend( )"? IMO we need find out those code which expect catch exception when it require remove image bits from backend storage, and change them to using "delete_ from_backend( )" but "safe_delete_ from_backend( )". Any thoughts?