Hi,
When i access Web setup wizard i get
{{menuState.title}}
When i click it i get; 404 error: Page not found.
Did you get anywhere with this? We are having the same issue. We thought upgrading to the next version would overwrite and solve the issue but no, we've had the issue since upgrading from 2.1.7 to 2.1.8, now we are on 2.2.2 and it still has the same problem.
Seriously. This sucks. how do you fix this nonsense?
Hello @meade916
may i know your domain which index.php set?
is that with pub/index.php or root index.php?
Any solutions ?
Magento 2.3 also doing this
Hi, have you tried this?!
1. Log into Admin
2. Go to Stores > Configuration
3. Open "Web" tab
4. Scroll down to 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
5. Open SSH and run php bin/magento cache:clean + php bin/magento cache:flush
I did this for a 401, so not sure if this would solve your issue?! ...
I had the same when loading the page as https://www.domain.com. I then loaded the page insecure (http://) and the problem was gone.
Thanks, It works for me!!
It gives this error when ssl is not installed.
I had the same error, I stop SSL redirection and while installation used URL with SSL for frontend and backend it works fine.