You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What
Deleted products are not deleted on incremental builds, as querying GET /store/products?deleted_at[gte]=some_date always returns an empty products array. This is an issue related to core not returning deleted products.
The text was updated successfully, but these errors were encountered:
Incremental builds are supported in the current version of the plugin, but it does not handle deleted products. So if you've deleted products, you will still need to clear your cache and rebuild to get an accurate representation of your store products.
Hi @kasperkristensen
Well I tried and time for every deploy almost 1m in Netlify .. But I tried to host the code in Gatsby cloud and tried to trigger the web hook after change content for product and rebuild and deploy took less than 6s.
What
Deleted products are not deleted on incremental builds, as querying
GET /store/products?deleted_at[gte]=some_date
always returns an empty products array. This is an issue related tocore
not returning deleted products.The text was updated successfully, but these errors were encountered: