cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Admin to Setup Wizard introduces a 401 page !

Magento 2 Admin to Setup Wizard introduces a 401 page !

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

 

8 REPLIES 8

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

I found my problem : desinstall Magento 2.0.0 then install Magento 2.0.2 => no problem !

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

Same issue on Magento 2.0.4 and 2.0.5.

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

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

 

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

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 .

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

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.

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

worked for me too

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

I tried your solution but not getting result.

Do you have any other solution,

magento version is 2.2.3.

Re: Magento 2 Admin to Setup Wizard introduces a 401 page !

ill try all solution but my problem is not solved