Magento – Configurable product does not have sub-products magento 2

configurable-productexceptionmagento-2.1.1

I am facing one problem with the configurable product.
I am using Magento 2.1.1 and when i open category page than it throws me below error.

1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): Configurable product "red-wine-liqueur-vinegar" does not have
sub-products

Exception #0 (Magento\Framework\Exception\LocalizedException):
Configurable product "red-wine-liqueur-vinegar" does not have
sub-products
#0 D:\xampp\htdocs\m2migration\demo\vendor\magento\module-configurable-product\Pricing\Price\ConfigurableRegularPrice.php(71):
Magento\ConfigurableProduct\Pricing\Price\ConfigurablePriceResolver->resolvePrice(Object(Magento\Catalog\Model\Product\Interceptor))
When i am edit this configurable product from admin than it shows
"Requested product doesn't exist".

Let me know if by using any query or programmatically we can resolve the issue.

Best Answer

Seems this has been a magento issue after migration. Please check the link here. It might be solution to your question.

Related Topic