- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't open Front or Back End of my site
As I Work on Magento as a new platform , I try to open today my site
And Did non upload correctly, This happened to me twice and I do not know how to avoid it
Please Help
https://www.magento.jewelrynest.com/
Nor my Admin panel
JewelryNest
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Can't open Front or Back End of my site
Hi @JewelryNest
okay i understand !!
The actual issue is your CSS and JS not loading , its showing at browser console 404.
to resolve the issue kindly follow the below steps and run commands in sequence.
- rm -rf generated
- rm -rf var/cache
- rm -rf var/page/cache
- chmod -R 777 var pub/static
- 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
It will works !
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Can't open Front or Back End of my site
Dear Sir
I wish that I could do that I am not a technical person
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Can't open Front or Back End of my site
Hi @JewelryNest
I understand !!! - but as i have seen your website.
and on your website static content are not deployed properly !!
so you must need to run those command !! open your ssh terminal and run above mention command like - php bin/magento setup:static-content:deploy -f
then and then your issue gets resolved , let me know if its still not solved !! if its solved then click on kudos and accept as solution