Requesting shop brand assets - Internal Server Error

Hi all,

I’m having an issue requesting brand assets from the storefront api when using a delegate access token as the authorisation header “Shopify-Storefront-Private-Token”. I always receive a 500 response with no additional details.

Below is an example of the query I’m sending.

query {
    shop {
        brand {
            logo {
                image {          
                    url
                    height
                    width
                }
            }
        }
    }
}

Would anyone be able to help?

Thanks in advance.

I am getting the same error. Did anyone manage to find a solution?