Magento

Solved : Type Error Occurred When Creating Object in Magento 2

Pinterest LinkedIn Tumblr

Solution for Type Error Occurred When Creating Object in Magento 2
Pass the below commands to your store’s command line:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Write A Comment