Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

The Partners GraphQL API responded unsuccessfully with the HTTP status 200

Solved

The Partners GraphQL API responded unsuccessfully with the HTTP status 200

Kamaboko
Shopify Partner
6 1 4

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:

  1. Using an App Theme Extension
  2. Created the App on Jan 25th, so just been 6 days of dev

 

Attempted Debugs:

  1. Created  a new app with npm init @Shopify/app@latest to see if it was just my app breaking, new demo app works (without theme extension).
  2. Tried a npm run dev -- --reset, closing out terminal, starting a new terminal, restarting comp, tried it on a different development store, still hitting the error.

 

Will continue to post debug updates on this thread, unless anyone else is familar with this issue 🙌

Accepted Solution (1)

ripci
Shopify Partner
5 1 8

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

View solution in original post

Replies 5 (5)

mingw
Shopify Partner
11 1 6
ankurkumar
Shopify Partner
4 0 1

This came up just today a few minutes back. However, it got automatically resolved within a few minutes.

--
Thanks!

Ankur

orangutantechnologies.com

Fabien_Sebban
Shopify Partner
45 0 18

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...

ripci
Shopify Partner
5 1 8

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

AlexisS
Shopify Partner
15 0 4

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)