Hello,
I’m trying to develop a checkout ui extension for a friend who recently started a web shop.
I need to fetch some data from an external source (using fetch) that decides if/when the checkout process can go through so I added this to my shopify.extension.toml:
[extensions.capabilities]
api_access = true
network_access = true
It works fine when I run it with shopify app dev but in order to get it to his store I first need to deploy it but when I run shopify app deploy I always get this message:
Network access must be requested and approved in order for the [NAME] extension to be published.
In the documentation it says that I need to enable the network access in the shopify partners web ui but it says it’s already enabled:
In the dev dashboard I can see all the versions as “created” but I can’t release them it always says that I need to enable network access before I can release this version.
Not sure what I gotta do to make this work.
