Skip to content

Internal error. Looks like something went wrong on our end for query getStoreAvailability #47

@huykon

Description

@huykon

I'm using the query

query getStoreAvailability($handle: String! $name: String! $value:String!) {
  product(handle:$handle) {
    variantBySelectedOptions(selectedOptions: {name: $name, value: $value}) {
      storeAvailability(first: 1) {
        edges {
          node {
            available
            pickUpTime
            location {
              name
            }
          }
        }
      }
    }
  }
}

the query is happening error:

{
	"errors": [
		{
			"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 3e92a5b1-2589-4b72-8785-ebdf11959408 (include this in support requests).",
			"extensions": {
				"code": "INTERNAL_SERVER_ERROR",
				"requestId": "3e92a5b1-2589-4b72-8785-ebdf11959408"
			}
		}
	]
}

image

Please check help me

### Tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions