Magento – Magento 2.2.1 Checkout page broken and Js fail to load error

checkoutjavascriptjquerymagento2magento2.2

I have installed Magento 2.2.1 and set up my custom theme but checkout page looks broken and consoles showing errors:

enter image description here

Not sure how to resolve this issue. Need help how can this be resolved.

How can i trace it?

Best Answer

Run this command from command line interface.

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Related Topic