My checkout UI extension has network_access = true in shopify.extension.toml, but there is no “Allow network access in checkout UI extensions” option anywhere in the Dev Dashboard, and the old Partner Dashboard says configuration has moved. Can someone help me here?
Hey @Facundo_Savanco - thanks for flagging this.
Just confirming, is this a payments app? Payments apps can’t request network access, so that option won’t be available.
If it isn’t, could you confirm:
- Your Shopify CLI version
- Whether you’ve run
shopify app config linkfollowed byshopify app deploysince migration - The exact error returned during deployment
network_access = true declares the capability, but the app also needs the corresponding app-level approval.
Let me know what you find and I can help out further for sure.