I don't know what happened but my site is showing up in plain text!
I don't know what I did and nothing I run in the CLI are fixing it, have I completely screwed it???
Solved! Go to Solution.
Turns out I had accidentally deleted .htaccess from my the pub/static folder, once that was replaced everything went back to working fine.
Thanks for the help Finestshops.
Hi there,
Looks like you cache was not generated correctly. for example, css file returns 404 error:
try to run
bin/magento cache:flush
in ssh in the account where your store is installed.
if that did not help, you may need to regenerate the static content:
bin/magento setup:static-content:deploy
but this can kill your store if your theme was not customized properly (some morons make the changes inside the static content cache folder so regenerating the static content will remove all those customizations).
I've run those commands like 10 times now and nothing has changed, last time this happened that fixed it but I feel like it's borked now. I'm using stock luma theme.
try to run this:
rm -rf var/cache/* var/page_cache/* var/generation/*
and generate cache again