Hi,
JS & CSS not loading to my website after I enable the SSL certificate
Its working fine with HTTP only but without format in HTTPS
I have try most solutions of not loading JS & CSS and not works !
Could please help to solve the issue?
Thanks
Solved! Go to Solution.
Hello @Sumayah,
Can you please add a screenshot of the error?
And also try to execute below command and try it in magento root directory
$ rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/* var/page_cache/ var/view_preprocessed/ var/composer_home $ php -dmemory_limit=6G bin/magento setup:static-content:deploy -f
--
If my answer is useful, please Accept as Solution & give Kudos
Hi @Sumayah
So what you have tried so far ? as you mention you have tried Most solution so if possible can you share what you have tried ?
Have you changed base_secure_url and base_unsecure_url in core_config_data table ?
Yes
I have try these
Hello @Sumayah,
Can you please add a screenshot of the error?
And also try to execute below command and try it in magento root directory
$ rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/* var/page_cache/ var/view_preprocessed/ var/composer_home $ php -dmemory_limit=6G bin/magento setup:static-content:deploy -f
--
If my answer is useful, please Accept as Solution & give Kudos
Thanks its works for after all these steps
Thanks its works for after all these steps