Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I have built an embedded app using Rails and the 'shopify_gem'. I am using turbo links as opposed to React. I have gotten pretty much everything working using this guide.
https://shopify.dev/tutorials/authenticate-server-side-rendered-apps-with-session-tokens-app-bridge-...
The app its self works fine. However, I am getting an error in the console upon first loading it.
`` GET https://cdn.shopify.com/proxy/e6d3eaee0a2c6a20dd12be08f412e3461c9848e81f28bcddc7a1a28e34556b6d/www.g... 404``
When going to the page it says
" The webpage at https://cdn.shopify.com/proxy/e6d3eaee0a2c6a20dd12be08f412e3461c9848e81f28bcddc7a1a28e34556b6d/www.g... might be temporarily down or it may have moved permanently to a new web address."
The issue is I don't know why, or what Shopify is requesting. I am assuming it may have to do with the gem, however, I cannot locate where this call is being made.
I was hoping you guys may be able to provide me with some info on where and why this request is being made so i can turn it off, or fix it.
I'm having the same issue. And they reported when I tried to submit the app. Seems like an user avatar but I'm not requesting that.