Hello,
When importing assets I am getting the following errors on some of the assets:
Does this mean that the file size is too big? Approx 50% of the images get uploaded just fine, but the rest are broken images displayed in the assets app.
Hello,
When importing assets I am getting the following errors on some of the assets:
Does this mean that the file size is too big? Approx 50% of the images get uploaded just fine, but the rest are broken images displayed in the assets app.
What do you mean by importing assets? What steps are you following?
Oh sorry, I am using the Assets importer to import photos from products using an API.
It looks like perhaps you've giving it a URL rather than a file path.
Well a lot of assets do get imported correctly. I ran the importer 5 times, and all the images that are imported correct, show up 5 times (imported correctly) and the assets that are imported as blank/broken images, show up 5 times as broken images, so I think it has something to do with the size or something else related to the asset.
I am using the following code to import the assets, coming from an API:
I fixed this issue by uploading all the images to the same bucket instead of giving all products their own bucket.