bbatea-yzy

Results 2 comments of bbatea-yzy

Recently I had a similar issue when importing into strapi, from an export made on another strapi. Seems that if the blob doesn't exists, the deletion of the media record...

For the purpose of finishing the import correctly, I added a try catch block around the delete call in handleDelete function. The config flag, if set, would simply rethrow the...