Hi i really need some help i am having this problem in my admin and frontend of fresh install magento 2.3.7:
Admin Screen
Top of Form
Sales
o Operations
Catalog
o Inventory
Customers
o All Customers
o Now Online
o Customer Groups
Marketing
o
o
Content
o Elements
o Design
Main Webpage Screen
Skip to Content
Toggle Nav
My Cart
Search
Top of Form
Search
Advanced Search
Search
Bottom of Form
Menu
Account
Home Page
CMS homepage content goes here.
Newsletter
Top of Form
Sign Up for Our Newsletter:
Subscribe
Bottom of Form
I did the following fixes from this post:
https://community.magento.com/t5/Installing-Magento-2-x/Admin-Panel-amp-Home-Pages-Not-loading-properly/td-p/118936
1. Please clear cache as follows:
ROOT > var > cache > *DELETE ALL*ROOT > var > page_cache > *DELETE ALL*ROOT > var > session > *DELETE ALL*
also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/
It should work, try it.
2. Edited Validator.php
$realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));
Hi @potatocake,
I understood your issue and you do not need to worry. It causes because some of the CSS files couldn't load properly. Sometimes it happens when you install the new version.
Please, try and check these commands:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Hope it will work.
If still having the same issue. Contact us.
Click KUDO and accept as a solution.
Thank you!