Hi Shopify - I’m getting an Internal error:
Shopify GraphQL API returned an error: [{“message”:“Internal error. Looks like something went wrong on our end.\nRequest ID: 95d48478-085f-42ff-89aa-231e0a797610-1743754963 (include this in support requests).”,“extensions”:{“requestId”:“95d48478-085f-42ff-89aa-231e0a797610-1743754963”,“code”:“INTERNAL_SERVER_ERROR”}}]
graphQL version is 2024-07
The related query is:
query ($numItems: Int!, $cursor: String, $locale: String!){
translatableResources(first: $numItems, after: $cursor resourceType: EMAIL_TEMPLATE) {
pageInfo {
hasNextPage
}
edges {
cursor
node {
resourceId
translatableContent {
digest
key
value
}
translations(locale: $locale) {
key
value
}
}
}
}
}
I’m getting an error for this query on multiple stores (at least 6). The issue seems to have been around for 2 days or so.
Notably, the error only crops on on specific translation languages. I have been able to reproduce this on German, French and English where default translations are provided by Shopify, but not on Arabic and Icelandic where no translations are present
Would it be possible to check this? Looking forward to hearing from you!