I am trying to submit a shopify app but it is not ticking off the automated requirement of: Using the latest App Bridge script loaded from Shopify’s CDN
My script is pretty simple though and gets the latest script so I am not sure what the issue is! Any help would be amazing.
<script
src="https://cdn.shopify.com/shopifycloud/app-bridge.js"
data-api-key={process.env.CONFIG_SHOPIFY_API_KEY}
></script>
Update: I have adjusted it so that it matches the shopify example perfectly. What is the problem?
<Head>
<meta name="shopify-api-key" content={process.env.SHOPIFY_API_KEY} />
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
</Head>
Hi @Dana_McDonald and @oribenez,
There was an update rolled out that should fix this check. Can you please refresh your page and let me know if it’s showing as checked? Thanks.
1 Like
@Charlie-Shopify I am using this script:
script src=“https://unpkg.com/@shopify/app-bridge@3”
I still see the failing for me. Is the script source ok? Is the check done every 2 hours? Is there a way to manually trigger the check?
@Sai_Mankala You should be using the latest App Bridge script - https://cdn.shopify.com/shopifycloud/app-bridge.js. You can follow the documentation here to get that configured with your API key.