We have a client which uses config products. Some of them have more them 322 simple products and 5 attributes. When we add 322 simple products to the config product frontend product page shows fine. but adding 1 extra simple product so we get 323 frontend shows blanc page. Seems that magento 2 can not handle config products with more then 322 simple products. Layout will not load anymore. Somebody have an idea to solve this??
@mediameta Magento can handle 323 products also.
This error is related to php configuration.
Check and increase the value for post_max_size, max_input_vars.
Let me know if you stuck.
Thanks
These settings are correct and make no difference. increasing does not help.hosting has also looked and has the same conclusion. no effect increasing these values.
@mediameta are you able to see all the 323 products in admin?
Also please put this code in your index.php and check if any error is now shown.
ini_set('diplay_errors',1);
Thanks
No errors and all products, which are 600 variations, are showing.
No solution yet seems magento can not handle more then 300 simple products under config products. Again a big bug in magento 2. When is magento bug free, over 5 years???