Hi guys. We developed a custom function that was ingesting an image from a separate shopify domain (within the same Plus org. i.e. Sandbox)
We had a rather intricate flow where a custom product image was being set, and then uploaded to a product in the sandbox store.
Everything worked fine, even in a busy production environment.
Then, on October 29th 2024, the function began throwing errors on the product image being passed into the bundle. (Image not found)
Checked the image, it was uploading fine. Checked timing / race conditions and setting a long delay had no effects.
Can Functions use Shopify CDN urls for product images during a MergeOperation that aren’t the same domain as the store?
Can anyone confirm? This was working fine previously!
If we cannot – I can simply route the image to the same domain, but figured I’d ask here if there’s any understanding around this given it was working before, and now the Function is not able to find the image hosted on the Shopify CDN but uploaded to a separate domain
TIA