cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.4 admin dashboard keeps loading

Magento 2.3.4 admin dashboard keeps loading

I have installed latest version of magento in my localhost. After login to admin panel dashboard keeps loading. Can you help?magento_dashboard_loading.png

7 REPLIES 7

Re: Magento 2.3.4 admin dashboard keeps loading

Hi @serkan0812179b 

 

Check the browser console, there might be some errors.

 

find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento

After it run the following magento commands in the sequence.


Upgrade and compile command are optional.

chmod -R 0777 var/ pub/ generated/
rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento indexer:reindex
chmod -R 0777 var/ pub/ generated/

I hope it will help you!

Re: Magento 2.3.4 admin dashboard keeps loading

Please find here the screenshot out of the console. Looks not okay :/ I see the photo is blank. Sorry, don´t know what´s happening...console_errors.jpg

Re: Magento 2.3.4 admin dashboard keeps loading

HI @serkan0812179b 

Yes, looks like, content not deployed properly.

Try the same steps which mentioned in the above reply.

Re: Magento 2.3.4 admin dashboard keeps loading

Hello @serkan0812179b 

 

As i see into URL Magento there, have you installed magento into sub directory?

 

if then you need to change into htaccess for this. and do run static content deployment command.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2.3.4 admin dashboard keeps loading


@Vimal Kumar wrote:

Hi @serkan0812179b 

 

Check the browser console, there might be some errors.

 

find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento

After it run the following magento commands in the sequence.


Upgrade and compile command are optional.

chmod -R 0777 var/ pub/ generated/rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento indexer:reindex
chmod -R 0777 var/ pub/ generated/

I hope it will help you!


Hi, i am also having same problem. my admin panel after logging in keeps loading. I have tried this solution you mentioned, but it has not worked for me. Please help

Re: Magento 2.3.4 admin dashboard keeps loading

 

Admin keeps loading.PNG

 

The same for me.
Also my SSH doesn't work so i cannot use the CLI. !!!

 

Re: Magento 2.3.4 admin dashboard keeps loading

My fresh install 2.4.6-p2 is just beffering forever and it's the first access ever. 

I executed the commands as root, still no solution.