cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2 Dashboard does not respond after admin login.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Re: Magento2 Dashboard does not respond after admin login.

Yes

Re: Magento2 Dashboard does not respond after admin login.

I set the correct permissions but nothing will work in the backend...

I'am very in a fix :/...

 

Re: Magento2 Dashboard does not respond after admin login.

I too faced the same problem..
below solution worked for me
just try it.
go to app/etc/di.xml

find the line :

Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink

and Replace it with  :

Magento\Framework\App\View\Asset\MaterializationStrategy\copy

There is no need to remove any file in any directory.
Hope this will help...

Re: Magento2 Dashboard does not respond after admin login.

Hi,

I have the same problem with Magento 1.9 . Please help me.

Re: Magento2 Dashboard does not respond after admin login.

Hi Priya,

 

I had the same issue and your solution worked like a charm.

 

Thanks 

Re: Magento2 Dashboard does not respond after admin login.

Hello Yogidi,

Thank you for your feedback..

love coding!!!

Re: Magento2 Dashboard does not respond after admin login.

hello guys,

I've had the same issue having the magento dashboard not responding , so i made some edits , and now it's working fine !

go to C:/xampp/htdocs/"magento folder"/app/etc

then go to di.xml and edit it

press ctrl+F and type "Symlink" then replace it by "Copy"
(make sure C is capital)

Save and exit

refresh your dashboard page

and voilaaa !! Smiley Happy

Re: Magento2 Dashboard does not respond after admin login.

I installed 2.1.3 and am having the same issue even after replacing Symlink with Copy.  Any ideas?