gatsbyjs/store.gatsbyjs.org

Gatsby Blazing Bottle image not loading

jonrutter opened this issue · 1 comments

The image for the Gatsby Blazing Bottle doesn't seem to be loading correctly on either the main store page or the product page (see attached image).

I tested this on Firefox and Chrome (on Ubuntu), and Firefox/Safari/Chrome (on iOS), and this happened each time.

It looks like the <img> tag is apparently trying to load the image from an unavailable url:

<img data-main-image="" style="object-fit: cover; opacity: 0;" sizes="(min-width: 600px) 600px, 100vw" decoding="async" src="https://cdn.shopify.com/s/files/1/0011/5936/4633/products/92571m1_600x600_crop_center.png?v=1568936988" srcset="https://cdn.shopify.com/s/files/1/0011/5936/4633/products/92571m1_150x150_crop_center.png?v=1568936988 150w, https://cdn.shopify.com/s/files/1/0011/5936/4633/products/92571m1_300x300_crop_center.png?v=1568936988 300w, https://cdn.shopify.com/s/files/1/0011/5936/4633/products/92571m1_600x600_crop_center.png?v=1568936988 600w" width="910" height="910">

Trying to request the image from https://cdn.shopify.com/s/files/1/0011/5936/4633/products/92571m1_600x600_crop_center.png?v=1568936988 resulted in a 404 error.

Wondering if there's a problem with your Shopify back-end?

Screenshot 2022-05-05 at 14-50-46 Gatsby Blazing Bottle

Looking like the item's no longer available in the store, so I'm closing this issue!