Created a new remix app and started the app using:
shopify app dev
Getting the following error:
╭─ error ──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ │
│ The Partners GraphQL API responded unsuccessfully with errors: │
│ │
│ [ │
│ { │
│ "message": "Unexpected system error", │
│ "extensions": { │
│ "code": "500" │
│ } │
│ } │
│ ] │
│ │
│ Request ID: 8e5c2d48-bac8-404f-ac64-eefdd5dd3308-1725666353 │
│ │
│ │
│ To investigate the issue, examine this stack trace: │
│ at makeRequest (Users/alex.suarez/.nvm/versions/node/v22.2.0/lib/node_modules/@shopify/cli/dist/chun │
│ k-QX3YP6O5.js:48237) │
│ at processTicksAndRejections (node:internal/process/task_queues:95) │
│ at async debugLogResponseInfo (Users/alex.suarez/.nvm/versions/node/v22.2.0/lib/node_modules/@shopif │
│ y/cli/dist/chunk-63QEL3SZ.js:404) │
│ at (Users/alex.suarez/.nvm/versions/node/v22.2.0/lib/node_modules/@shopify/cli/dist/chunk-RW6YXHBL.j │
│ s:1111) │
│ at (Users/alex.suarez/.nvm/versions/node/v22.2.0/lib/node_modules/@shopify/cli/dist/chunk-4IXC46ZA.j │
│ s:26759) │ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Is anyone else experiencing this issue?