I’m very confused. My app config toml file has “scopes” defined in it.
[access_scopes]
scopes = “read_product_listings,write_content,write_products,write_themes”
When I run “shopify app deploy”, everything looks good and a new version is created. In the partner dashboard, when I look at the version configuration, the scopes section is not shown.
I only have this issue on my published app. My dev version has no issues.