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:
- Home page:
- 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.
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 !
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.