Undefined array key 3796 in Eav.php on line 604
I am getting this error, when I try to open a product in the admin: Undefined array key 3796 in vendor/magento/module-catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php on line 604 The code in Eav.php on line 604 looks like this: $attributeGroupId = $mapAttributeToGroup[$attribute->getAttributeId()]; So I guess… Read More »Undefined array key 3796 in Eav.php on line 604