Failed to fetch products: Malformed cursor: {"response":{"data":{"collection":null},"errors":[{"message":"Malformed cursor","locations":[{"line":7,"column":11}],"path":["collection","products"]}],"status":200,"headers":{}},"request":{"query":"#graphql\n query GetCollectionProducts($collectionHandle: String!, $first: Int, $after: String) {\n collection(handle: $collectionHandle) {\n id\n title\n handle\n products(first: $first, after: $after) {\n edges {\n cursor\n node {\n id\n handle\n title\n description\n images(first: 1) {\n edges {\n node {\n src\n altText\n }\n }\n }\n priceRange {\n minVariantPrice { amount currencyCode }\n maxVariantPrice { amount currencyCode }\n }\n variants(first: 1) {\n edges {\n node {\n id\n title\n price { amount currencyCode }\n }\n }\n }\n }\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n }","variables":{"collectionHandle":"shaker-collection","first":15,"after":"15"}}}
