how to solve when error :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 !
still error not resolved! by doing the method
Hi, This error is found when opening the site on the mobile device. It works fine on the desktop. What could be the issue?
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