I’m encountering an issue while developing my app. I am trying to access the shopLocales field in the Shopify API, but I keep receiving the following error:
- When I run the query locally (using the GraphQL Explorer or in my local environment), it works perfectly fine.
- However, when I deploy the app to development/staging or production and make the same query, I receive the following error:
Error: Access denied for shopLocales field. Required access: read_locales access scope or read_markets_home access scope.
Steps I’ve Taken:1. Added read_locales and read_markets_home scopes to my app.
- Reinstalled the app to ensure the new scopes are applied.