cancel
Showing results for 
Search instead for 
Did you mean: 

I install and setup successfully magento2.3 but store and admin URL not displaying/opening properly.

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

Hello tea, I did above changes but seems same issue. not not loading.

 

megento_code_change.pngpath_changes.png

please let me know

Thanks

JItendra V

 

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

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!

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

Hello team

 

we did changes but still having same issue.

 

cmd7.png

 

cmd8.png

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

Any other fix available for this, facing similar issue. Tried all the workaround mentioned above.

Any pointers would be helpful!

 

Thanks,

Sonia

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

After above changes, which issue you are facing now?

Was my answer helpful? You can Click Kudos/Accept As Solution.
200+ professional extensions for M1 & M2 with free lifetime updates!

Re: I install and setup successfully magento2.3 but store and admin URL not displaying/opening prope

Hello @jitendra_vishwa 

 

Please follow the solution at Solved: Magento 2.2.7 and 2.3 Admin Page Blank Issue

 

Hope it helps!

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"