Can someone tell me whats up with my magento, this is what it looks like when i try to log in. this is the first time i have seen this.
You need to run deployment command from root of your magento instance,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Hi @wei_chau
Not sure why , but the screenshot you have uploaded its not displayed/showing to us !
Can you please check and re-upload it again or via any link , so its help us to troubleshoot the issue
Hi @wei_chau
Looks like you have static-content:deploy issue , as its not deployed yet so !
Run below command in sequence in your SSH terminal :
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Then check it will works
hi
it dont work, all this started happening when SSL was added, do you know why?