Storefront API - Access Denied for Pages / Articles only

I’m attempting to retrieve Pages from the Storefront API, but getting ‘access denied’ response. All other Product/Collection queries are working fine, and I’ve made sure all permissions are enabled in the Storefront API. This happens with both endpoints, /api/2019-07/graphql.json & /api/graphql

See screenshot for simple query & response. If ‘pages’ is replaced with ‘products’ or ‘collections’ the query works fine. I’ve been back and forth with the documentation and this support forum and have become very frustrated! Any help is appreciated.

Thank you.

Hey Andrevv,

Just tried it on the embedded GraphiQL page, and it seems to be working okay :

If you’re trying with your own version of GraphiQL, make sure that you granted access toread_contentand , write_content.

I triple-checked permissions, same result. For anyone else having issues, I was able to resolve this by creating a new private app.