cancel
Showing results for 
Search instead for 
Did you mean: 

Can't open Front or Back End of my site

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

JewelryNest
3 REPLIES 3

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 !

if issue solved,Click Kudos & Accept as Solution

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

JewelryNest

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

if issue solved,Click Kudos & Accept as Solution