cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 admin “This page isn’t working, mysite.local redirected you too many times”

Magento 2.3 admin “This page isn’t working, mysite.local redirected you too many times”

I got an error after installing the extension pack using composer (Magento blogs), everything is perfect but after running, my website is like this :

- Admin page:

Screenshotad.png

- Home page:

Screenshotaddd.png

- I used the same as the manufacturer instructions. i used :

            # composer require magefan / module-blog;

            # php bin / magento setup: upgrade;

            # php bin / magento setup: di: compile;

            # php bin / magento setup: static-content: deploy -f;

- My software summary

    + windows 10

   + php 7.2.0 (xampp)

   + magento 2.3.2

Any help would be greatly appreciated.

2 REPLIES 2

Re: Magento 2.3 admin “This page isn’t working, mysite.local redirected you too many times”

Hi @chu _dang 

 

Looking at the screenshot, this is very know issue for admin too many redirects.

 

To resolve this issue, I would suggest you to refer following links for the same :

 

https://magento.stackexchange.com/questions/94722/magento-2-error-err-too-many-redirects 

 

https://community.magento.com/t5/Installing-Magento-2-x/Error-too-many-redirects/td-p/89153 

 

Hope it helps !

 

 

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2.3 admin “This page isn’t working, mysite.local redirected you too many times”

I solved my own problem, when installing, I just ran 2 commands:

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

 Many thanks for the reply.