Quite a few images when updating them are stuck on “Processing” while the API returns the image status as “READY” and returns the image url as “null” (which is not correct).
Store name: huge-products-list.myshopify.com
Product ID: 9781771239758
Example images stuck in processing (media Ids): 50243767370062, 50243767402830, 50243767533902, 50243767206222
Images were updated through fileUpdate GQL:
mutation FileUpdate($input: [FileUpdateInput!]!) {
fileUpdate(files: $input) {
userErrors {
code
field
message
}
files {
alt
... on MediaImage {
id
image {
url
}
}
}
}
}
P.s. The images are the same as they were before on Shopify just a few kb smaller and different filename.