cancel
Showing results for 
Search instead for 
Did you mean: 

There was no Home CMS page configured or found.

There was no Home CMS page configured or found.

how to solve when error :There was no Home CMS page configured or found.

4 REPLIES 4

Re: There was no Home CMS page configured or found.

Hi @Satish544 

 

Please set default Home page from the Magento 2 admin panel.

 

Go to store -> Configuration ->Web -> Default Pages -> CMS Home Page -> Select Home page or the page you want to showcase default

 

Click on save button !

 

Then clear the cache by running the command or from the backend 

 

 

php bin/magento cache:clean
php bin/magento cache:flush

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: There was no Home CMS page configured or found.

still error not resolved! by doing the methodspoilx-homepage error.png

 

Re: There was no Home CMS page configured or found.

Hi, This error is found when opening the site on the mobile device. It works fine on the desktop. What could be the issue?

Re: There was no Home CMS page configured or found.

It is possible that you are using a different directory for mobile requests. You can verify this in .htaccess file. Search for the settings under the following comment and make sure it points to the right source directory: 

 

## redirect for mobile user agents

 

www.gcentric.com