Hi ! I am now in magento, recently i have installed Magento successfully but when i browser magento store url
http://localhost:8080/Magento/ and Admin url http://localhost:8080/Magento/admin_2fh649 but i am unable to view Username and password control on homepage and also no such images load on my login screen, please help
Also can you tell me what are you seeing on admin url
I am working with Magento2 and when i login admin panel or client store then interface not properly load in home page even i am unable to see Username and password control on admin panel.
Hello @Surbhiagr
There is issue with Magento 2 with window, you are using window then apply below solution
#/vendor/magento/framework/View/Element/Template/File/Validator.php:139 foreach ($directories as $directory) { // Add this line $realDirectory = $this->fileDriver->getRealPath($directory); // and replace `$directory` with `$realDirectory` if (0 === strpos($realPath, $realDirectory)) { return true; } }
if works then mark as a solution.