Open tommyready opened 2 years ago
FYI: this error only happens on newly added products to graphCMS. The ones from the template work just fine.
in my case its because this:
I am not sure if variant
is something all the products need? could it be that there are no variants of the product? I guess then activeVariantId = product.id
?
Main page loads fine, I can see my product grid but when navigating to a product I get the following error:
Any help would be great because debugging this is a nightmare. I assumed it couldn't read product.id but I ran the query in the playground and I see the ID is returned in the response.