So my frontend and backend was working just fine; today I tried to see my frontend and I see this
I've already deploy my static content but still the problem persists.
The backend shows the same page.
What can be??
Thank you!!
Hello @manuel adrián_
You can check by removing pub/static files. After deleting them, you can re-create them by executing the following commands:
php bin/magento setup:static-content:deploy
Also you should adjust the file system permissions. https://mage2.pro/t/topic/259
Hope it will work for you.
If my answer is useful, please Accept as Solution & give Kudos.
please run the below command in putty via.
php bin/magento setup:static-content:deploy -f
and also check the file permission for pub Folder
make sure apache “rewrite_module” is enable and the restart the server
Thanks
Selva