Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
While Making Graphql Request from my Next.js Application
I am getting this error.
not sure what went wrong?
GraphQL Request Error: ClientError: Internal error. Looks like something went wrong on our end. Request ID: fe329315-3d43-44bf-b75d-d516a3cd86e3-1733218749 (include this in support requests).: {"response":{"errors":[{"message":"Internal error. Looks like something went wrong on our end.\nRequest ID: fe329315-3d43-44bf-b75d-d516a3cd86e3-1733218749 (include this in support requests).","extensions":{"code":"INTERNAL_SERVER_ERROR",
Query ->
query getProducts($first: Int = 10, $query: String) { products(first: $first, query: $query) { pageInfo { hasNextPage hasPreviousPage } edges { node { title totalInventory handle tags category { name } } } } }
I'm having the same issue, and it's with your product `category` field. Remove that and you'll not have the issue; unfortunately it's what I'm looking for.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025