After migration from Magento 1.9.3.6 to 2.3.5-p1 (also tested on 2.3.3, 2.3.4) the associated products for configured items are not available.
First off, color is not added to attribute set “Default” or any others. It was correctly added in Magento 1.
After adding the attribute to the attribute sets, I face the following problems.
When editing the configurable product:
- color and size are required to be selected as if they are not being used for configurable options.
- all associated simple products are missing from the list
I checked the database to verify the tables catalog_product_super_attribute and catalog_product_super_link, all the links seem to be there and look correct.
It seems as though the configurable product does not know which attributes are being used for configurations, but all the data is correctly there in catalog_product_super_attribute and catalog_product_super_link.
Has anyone else experienced this problem? Does anyone know a fix for this?