Hello tea, I did above changes but seems same issue. not not loading.
please let me know
Thanks
JItendra V
Its a common issue on installing Magento 2.3.But not to worry.
Just Go to path: /vendor/magento/framework/View/Element/Template/File/Validator.php In this file find:
$realPath = $this->fileDriver->getRealPath($path);
Replace it with
$realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));
If not solved,then run folllowing commands:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Problem solved? Click Kudos & Accept as Solution!
Hello team
we did changes but still having same issue.
Any other fix available for this, facing similar issue. Tried all the workaround mentioned above.
Any pointers would be helpful!
Thanks,
Sonia
After above changes, which issue you are facing now?
Hello @jitendra_vishwa
Please follow the solution at Solved: Magento 2.2.7 and 2.3 Admin Page Blank Issue
Hope it helps!