cancel
Showing results for 
Search instead for 
Did you mean: 

Dashboard isn't clickable

Dashboard isn't clickable

I´m new here. I have download magento 2 about xamp with windows 10 home. Download already good but now my dashboard doesn#t work. I can't anyhing and I don't know why. Can you help me please?

3 REPLIES 3

Re: Dashboard isn't clickable

HI @nadine_möller,

 

Can you check if there are some javascript errors on your browser console?

Re: Dashboard isn't clickable

Just run below command from root of your system,

`php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f`

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Dashboard isn't clickable

Post completing installation this issue is common.

 

You need to follow below steps:

1. Go to app/etc folder

2. edit di.xml file

3. search for word "symlink" and replace it with "Copy"

4. Save the changes and close the file.

5. Navigate to pub/static folder now and Delete all files and folders other than “.htaccess”

6. Go back to admin screen and refresh to see the image changes.

7. All the options will be enabled now.

 

This worked for me for 4 different environments i installed M2. Hope this helps