Hi Shopify Team ![]()
I’m currently testing my prod app, but I keep running into an issue when trying to install it.
After clicking “Install app”, the installation process fails and I see a mutation executing on install:
https://admin.shopify.com/api/operations/525322423xxxxxxxxxxxxxxx/AppAuthorizeGrantMutation/shopify/my-test-store
The response is:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: ab2f0c79-7a10-4cf5-a4fd-1f095e7218be-1762350111 (include this in support requests).",
"extensions": {
"requestId": "ab2f0c79-7a10-4cf5-a4fd-1f095e7218be-1762350111",
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": null
}
Thanks in advance for your help