Hello,
We have a store set up (exhibify.net) and we send products and collections from our CMS using both REST API and GraphQL API. We have a problem when sending a series of images that we then associate to a collection, but it fails at the time of uploading the images. To upload it we use the GraphQL API using the fileCreate mutation and send the original URL of the images. So far it has worked without problems but we have a problem with a specific upload.
This is the error that returns the API. It says that is a problem on the Shopify end but in support they say that it seems that is not in their side.
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 2a6192a3-bd60-4d48-9f36-985ad77b2167 (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "2a6192a3-bd60-4d48-9f36-985ad77b2167"
}
}
]
}
I need some help to solve this problem.
Regards,