## Preconditions
Magento 2.3
Access to Web Setup Wizard
?app=setup Response 302setup Response 301setup/ Response 302setup/index.php/session/unlogin Response 401Welcome to Magento Admin, your online store headquarters. To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard`
I am on Magento 2.3. I can't access web setup wizard. This issue was supposed to be fixed (see issue https://github.com/magento/magento2/issues/5247)
@tlc033 fix does not work for me. Did a genius managed to fix that? A step by step would be much appreciated!
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.
Also, there is no /setup folder in my /pub directory. Does the Symlink solution would still work? @TechnoBuddhist
What worked for me...
ln -s [magento-install-dir]/setup [magento-install-dir]/pub/setup
After installing mods/updates, remove the link
rm [magento-install-dir]/setup
If the symbolic link doesn't work for you, check permissions and ownership(mine was set to nobody - the apache.http user)
chown [magento-user]:[magento-user] [magento-install-dir]/setup/*
Hope this helps!
Hi @3615helloworld. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me $VERSION instance
where $VERSION is version tags (starting from 2.2.0+) or develop branches (for example: 2.3-develop).
For more details, please, review the Magento Contributor Assistant documentation.
@3615helloworld do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Check your app/etc/env.php and look for 'session' => [
'save' =>
Is this standing on files or on db ?
If setting is db change it to files works for me in 2.2.6 version
(https://github.com/magento/magento2/issues/18182)
@happydownload33 Thanks for your help! Unfortunately it is on files
Ok you can close the issue. I fixed it. 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 + php bin/magento cache:flush.
If you do not do both or setup:upgrade instead, it will not work. Also, I don't know if it has an impact but I switched from default to developer mode.
Hi @Nazar65. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.
[ ] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 5. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 6. Add label Issue: Confirmed once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
Hi @3615helloworld, i'm close this one as this is resolved.
Hi @Nazar65 @magento-engcom-team same issue is persisting once install magento 2.3.x, changes have been done as prescribed but still same problem and redirecting to setup/index.php/session/unlogin
Ok you can close the issue. I fixed it. 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 + php bin/magento cache:flush.If you do not do both or setup:upgrade instead, it will not work. Also, I don't know if it has an impact but I switched from default to developer mode.
highly recommended
I have magento 2.3.0 and when try to upgrade using the admin gives me ( Welcome to Magento Admin, your online store headquarters.
To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard ) I have tried Kashiffrq solution but the same issue.
I have magento 2.3.0 and when try to upgrade using the admin gives me ( Welcome to Magento Admin, your online store headquarters.
To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard ) I have tried Kashiffrq solution but the same issue.
@mostafa-elkholy i had try on 2.2.6 it works for me
this is still not fixed.
Why are issues closed when they are still not solved?
Having same issue here.
Is this solved or anyone has anything new on the issue?
Magento 2.3.4 Not fixed this problem....
This issue still there, I'm using:
Debian 10
apache 2, MariaDB, I was hopping I could use PHP7.4 but the installation told me NOT.. so 7.2 it is...
The server is a dedicated custom build...
aside from the other comments, on my case the only thing I got on the error log is:
[Fri Feb 14 23:19:07.371332 2020] [proxy_fcgi:error] [pid 20303:tid 140677054547712] (70007)The timeout specified has expired: [client 127.0.0.1:53830] AH01075: Error dispatching request to : (polling)
Other than that I go the same thing as the others...
Most helpful comment
Ok you can close the issue. I fixed it. 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 + php bin/magento cache:flush.
If you do not do both or setup:upgrade instead, it will not work. Also, I don't know if it has an impact but I switched from default to developer mode.