Hi everyone,
I want to allow Network Access for my Checkout UI Extension. Upon reading the documentation, I noticed that I need to set network_access=true in the shopify.app.toml
And I also noticed that we need to Allow Network Access in the Partner Dashboard, but after clicking on the Allow Network Access button, I got this error message
I’m searching for this issue in the forum and Stack Overflow, but found no solutions so far.
Here is my Scope access definition in my Shopify.app.toml file
scopes = "customer_read_customers,customer_read_orders,read_customers,read_orders,read_products,write_customers,write_discounts,write_orders,write_products"
I really need an advice for this everyone.
Thank you very much.