Magento 2.4.3 – Why Page Builder is Missing?

magento2.4.3page-builder

Why I do not have the Page Builder on Magento 2.4.3 Open Source?
I installed ma 2.4.3 and also tried 2.4.3-p1 and I don't get Page builder to get activate
I removed and re-installed Magento 2.4.3 with a different version from 2.4.3 and up and I can't see how to get the advanced content tools.

Check the picture.this is the what i get with magento 2.4.3 version

Best Answer

Try to remove the vendor folder and clear the composer cache:

rm -rf vendor
composer clear-cache

Then run the following commands from Magento root directory:

composer install
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
Related Topic