3

When I upgraded from 2.2.0 to 2.2.2

I having an issue with 404 on the homepage.

every setting in stores/configurations/general/web/default pages seems to be ok, even checked the core_config_data table which also seems to be alright.

I have deleted all modules/themes to avoid conflicts

cache cleared

var folder deleted

i have used

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

couple of times already

Any suggestions?

2
  • Do you have Varnish on top of Magento? Commented Jan 4, 2018 at 9:29
  • nope just regular caching Commented Jan 5, 2018 at 17:43

2 Answers 2

6

You can check DB table url_rewrite and found row cotains request_path='' (empty).It helped me in solving the problem.

answered Dec 21, 2017 at 16:08
0

Please refer: https://github.com/magento/magento2/issues/21299

I hope it helps who are getting this issue.

answered Nov 15, 2019 at 5:46

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.