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 errors

Solved

The Partners GraphQL API responded unsuccessfully with errors

JackL
Shopify Partner
16 0 13

I am developing an extension and recently when I running the when I running the `shopify app dev` command, I receieved the error below

 

 

 The Partners GraphQL API responded unsuccessfully with errors: 
[ 
 { 
 "message": "Unexpected system error", 
 "extensions": { 
 "code": "500" 
 } 
 } 
]

 

 


This just happened recently, do anyone faced this issue? or how to solve this?

Accepted Solution (1)

CharlyTalavera
Shopify Partner
31 1 9

This is an accepted solution.

Hi! I'm having same issue since a few hours ago...

 

    GraphQLClientError:
    The Partners GraphQL API responded unsuccessfully with errors:

    [
      {
        "message": "Unexpected system error",
        "extensions": {
          "code": "500"
        }
      }
    ]

 

 

Looks like something is wrong on Shopify server side. I would say that is not something specifically related to extensions since I don't have anyone in my app.

 

 

 

View solution in original post

Replies 3 (3)

CharlyTalavera
Shopify Partner
31 1 9

This is an accepted solution.

Hi! I'm having same issue since a few hours ago...

 

    GraphQLClientError:
    The Partners GraphQL API responded unsuccessfully with errors:

    [
      {
        "message": "Unexpected system error",
        "extensions": {
          "code": "500"
        }
      }
    ]

 

 

Looks like something is wrong on Shopify server side. I would say that is not something specifically related to extensions since I don't have anyone in my app.

 

 

 

CharlyTalavera
Shopify Partner
31 1 9

@JackL no really sure if it's just a coincidence or if they fixed now.

But after run

yarn shopify app dev --reset


It started working again.

JackL
Shopify Partner
16 0 13

Ya seems Shopify's side have did the fix, thanks for reply too!