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:
- Using an App Theme Extension
- Created the App on Jan 25th, so just been 6 days of dev
Attempted Debugs:
- Created a new app withnpm init @Shopify_77 /app@latestto see if it was just my app breaking, new demo app works (without theme extension).
- 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 ![]()