@Nishu Jindal All attributes available in the default attribute set, what should i do?
Hi @Aveeva ,
Try to do the reindexing and check if your issue is resolved or not.
If issue still not resolved, then you need to debug the issue in codebase.
Thanks!
@Nishu Jindal Following ths link : github.com/magento/magento2/issues/5350#issuecomment-234512266
1) Run the command : UPDATE eav_attribute_group SET tab_group_code = "advanced", sort_order = 55 WHERE attribute_group_code = "schedule-design-update";
2) Default Attribute set : snipboard.io/T1M6h0.jpg & Migration_Default Attribute set : snipboard.io/tHuUnF.jpg
3) Run the command UPDATE catalog_product_entity SET created_in = "1";
Finally flush cache, compile, reindexed Still getting same error.
@Nishu Jindal I understand, thank you for your support