Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Anyone have a similar issue? Current Shopify CLI version is 3.39.0
attempting to do an npm run dev while developing a custom Shopify APP but hitting this GraphQL error:
The Partners GraphQL API responded unsuccessfully with the HTTP status 200 and errors:
│ [ │
│ { │
│ "message": "Unexpected system error", │
│ "extensions": { │
│ "code": "500" │
│ } │
│ } │
│ ] │
│ │
│ │
│ To investigate the issue, examine this stack trace: │
│ at (graphql-request/src/index.ts:410) │
│ throw new ClientError( │
│ at step (graphql-request/dist/index.js:63) │
│ op = body.call(thisArg, _); │
│ at next (graphql-request/dist/index.js:44) │
│ function verb(n) { return function (v) { return step([n, v]); }; } │
│ at fulfilled (graphql-request/dist/index.js:35) │
│ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { │
│ reject(e); } } │
│ at processTicksAndRejections (node:internal/process/task_queues:96) │
│ │
╰─────────────────────────────────────────────────────────────────────────────
App details:
Attempted Debugs:
Will continue to post debug updates on this thread, unless anyone else is familar with this issue 🙌
Solved! Go to the solution
This is an accepted solution.
Having the same issue. The error started today, it was working around 18 hours ago yesterday. Seeing this, I believe it must be something with the Shopify servers.. hopefully, they fix it soon or acknowledge it.
There is a github thread about it here https://github.com/Shopify/cli/issues/1146
edit: They have confirmed on the thread that their team is looking into it
This error started this afternoon, probably an issue with their server.
This came up just today a few minutes back. However, it got automatically resolved within a few minutes.
Having the same issue.
No one seems to have the issue in the Shopify Partners Slack for the moment (https://shopifypartners.slack.com/archives/CKQTKDZV2/p1675188641183619).
I cannot deploy my app extension. It is making it hard to work on theme app extensions...
This is an accepted solution.
Having the same issue. The error started today, it was working around 18 hours ago yesterday. Seeing this, I believe it must be something with the Shopify servers.. hopefully, they fix it soon or acknowledge it.
There is a github thread about it here https://github.com/Shopify/cli/issues/1146
edit: They have confirmed on the thread that their team is looking into it
It seams the issue is back...
I'm getting kind of the same error here with the latest CLI.
The Partners GraphQL API responded unsuccessfully with errors:
[
{
"message": "Unexpected system error",
"extensions": {
"code": "500"
}
}
]
Request ID: e7d7902b-9675-49da-8c03-3b287c8be16e-1711421656
To investigate the issue, examine this stack trace:
at makeRequest (graphql-request/src/index.ts:441)
throw new ClientError(
at processTicksAndRejections (node:internal/process/task_queues:95)
at async debugLogResponseInfo (@shopify/cli-kit/src/private/node/api.ts:27)
response = await request
at (Users/alexis/Projects/Repos/bundlejet/node_modules/@shopify/cli-kit/dist/public/node/api/graphql.js:22)
at (Users/alexis/Projects/Repos/bundlejet/node_modules/@shopify/cli-kit/dist/public/node/metadata.js:84)