cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.3 - How to setup theme after migrate M1 to M2?

Re: Magento 2.3.3 - How to setup theme after migrate M1 to M2?

I found 'themename' in database table design_change and delete the table content.

then run commands

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush