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?
-
Do you have Varnish on top of Magento?Andrey Konosov– Andrey Konosov2018年01月04日 09:29:40 +00:00Commented Jan 4, 2018 at 9:29
-
nope just regular cachingmartink– martink2018年01月05日 17:43:55 +00:00Commented Jan 5, 2018 at 17:43
2 Answers 2
You can check DB table url_rewrite and found row cotains request_path='' (empty).It helped me in solving the problem.
Please refer: https://github.com/magento/magento2/issues/21299
I hope it helps who are getting this issue.