cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 login problems

Magento 2 login problems

3149CBB0-28A3-4F8E-8C16-F61D858EC6A8.JPG

 

Can someone tell me whats up with my magento, this is what it looks like when i try to log in. this is the first time i have seen this. 

 

 

 

6 REPLIES 6

Re: Magento 2 login problems

You need to run deployment command from root of your magento instance,

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Magento 2 login problems

Hi @wei_chau

 

Not sure why , but the screenshot you have uploaded its not displayed/showing to us !

 

Can you please check and re-upload it again or via any link , so its help us to troubleshoot the issue 

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2 login problems

/t5/image/serverpage/image-id/8363i02B5FF2D4905B459/image-size/large?v=1.0&px=999

Try this link, basicly when i log into magento i can not do anything but just look at it.

Re: Magento 2 login problems

Hi @wei_chau

 

Looks like you have static-content:deploy issue , as its not deployed yet so !

 

Run below command in sequence in your SSH terminal :

 

 

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush

 

Then check it will works

 

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2 login problems

hi

 

it dont work, all this started happening when SSL was added, do you know why?

 

 

Re: Magento 2 login problems

View your web console. I bet you are having CORS issues. The admin panel url is https but you are likely trying to load resources over http. Did you explicitly declare media and static url's in the the admin panel or point it at a CDN?