ndimatteo / HULL

💀 Headless Shopify Starter – powered by Next.js + Sanity.io
https://hull.dev
MIT License
1.38k stars 173 forks source link

unknown field found #130

Closed micheledini closed 10 months ago

micheledini commented 10 months ago

Hi , fist of all thanks for the template is a really good starting point, probably I'm just dumb but i can't figure out why I am getting this error when I sync a product using the sanity app on shopify . as you see in the screenshot the product is there but is not possible to preview or use.

this is the text in the yellow tab that is not visible in screenshot:

================================================================================

Screenshot (288) Screenshot (289)

Unknown field found Encountered a field that is not defined in the schema.

Developer info This field is not defined in the schema, which could mean that the field definition has been removed or that someone else has added it to their own local project and have not deployed their changes yet.

store { "createdAt": "2023-11-27T06:12:38Z", "descriptionHtml": bla bla bla "gid": "gid://shopify/Product/8929560953138", "id": 8929560953138, "isDeleted": false, "options": [ { "_key": "Size", "_type": "option", "name": "Size", "values": [ "S", "M", "L", "XL", "2XL" ] } ], "previewImageUrl": "https://cdn.shopify.com/s/files/1/0847/4686/2898/files/unisex-organic-t-shirt-black-front-656433525be9e.jpg?v=1701065560", "priceRange": { "maxVariantPrice": 37.75, "minVariantPrice": 31.95 }, "productType": "", "slug": { "_type": "slug", "current": "classic-timon-organic-t-shirt" }, "status": "active", "tags": "tee", "title": "Classic Timon Organic T-Shirt", "variants": [ { "_key": "7ce949ce-286a-59d6-84ec-c116eea7aa17", "_ref": "shopifyProductVariant-47418562052402", "_type": "reference", "_weak": true }, { "_key": "22a17edd-8554-568d-a216-a4e80a12081d", "_ref": "shopifyProductVariant-47418562085170", "_type": "reference", "_weak": true }, { "_key": "511187d5-71f4-5c05-8c2a-56a403d9a653", "_ref": "shopifyProductVariant-47418562117938", "_type": "reference", "_weak": true }, { "_key": "8aa62a5b-dbc9-5de0-9021-8b00dd7dab37", "_ref": "shopifyProductVariant-47418562150706", "_type": "reference", "_weak": true }, { "_key": "c46d3458-219a-5d3e-b597-08f1fd7961e1", "_ref": "shopifyProductVariant-47418562183474", "_type": "reference", "_weak": true } ], "vendor": "My Store" }