For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I’m developing a checkout extension that unfortunately must make an external api call. I have the network_access = true flag under [capabilities] in my extension’s config file, and have turned on the Allow network access in checkout and account UI extensions option in the app’s dashboard. Still, I get the error ExtensionUsageError: permission to use fetch() must be specified under [capabilities] with flag "network_access = true" when attempting to send a fetch request in my extension. I have restarted my development server after updating the config file and turning the access on in the app dashboard.
Anyone have any tips?