Hello,
When i want to use the Web Setup Wizard (to upgrade my system) in admin panel, i obtain a "401" page !
Nevertheless I am well connected in the admin panel - it tells me to reconnect again !
I modified the time of expiration of the session, it is always the same problem.
Any ideas ?
Thanks in advance
FM
I found my problem : desinstall Magento 2.0.0 then install Magento 2.0.2 => no problem !
Same issue on Magento 2.0.4 and 2.0.5.
Did you resolve the 401 Problem. I faced the same error here with Magento 2.1.7. Please advise if you had solution for it. Thanks
first of all try following command .
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento indexer:reindex
give proper permission to var/ and pub/ folder
Note: check .htaccess present at pub/static/ folder . check indexer is in ready state i.e
php bin/magento indexer:status
if its not in ready state then do following command
php bin/magento indexer:reset
php bin/magento indexer:reindex
check memory limit as well . if you still facing issue then share link of website with me .
Solution for me was:
Base URLs (Secure)
-> Use Secure URLs on Storefront -> Yes
-> Use Secure URLs in Admin -> Yes
-> Enable HTTP Strict Transport Security (HSTS) -> Yes
-> Upgrade Insecure Requests -> Yes
php bin/magento cache:clean
https://yadi.sk/i/iPJi4k7X3S86Za
I SOLVE THIS.
worked for me too
I tried your solution but not getting result.
Do you have any other solution,
magento version is 2.2.3.
ill try all solution but my problem is not solved