SET SQL_MODE='ALLOW_INVALID_DATES'
Done the above configuration change and that solved my problem temporarly.
SET SQL_MODE='ALLOW_INVALID_DATES'
Done the above configuration change and that solved my problem temporarly.
Run the following commands to list reindex options
magento 2 command reindex options
Run the following commands
composer require algolia/algoliasearch-magento-2
php bin/magento module:enable Algolia_AlgoliaSearch
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
check the indexer status
php bin/magento indexer:status
Reset it running the below command
php bin/magento indexer:reset
Add the below code in your theme’s default.xml file
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="navigation.sections" remove="true"/>
</body>
</page>
I have encountered similar issue and in my case, It was due to missing config.php in app/etc.
check if any folder is present in the root folder with the name of branch you are trying to checkout
Just end your url with a /(Slash).
Run the following commands
wget https://download.anydesk.com/linux/rhel7/anydesk-2.9.5-1.el7.x86_64.rpm
yum localinstall anydesk-2.9.5-1.el7.x86_64.rpm
Run the following command to clone a specific branch
git clone REPO-URL -b BRANCH-NAME
Eg: git clone https://www.github.com/Repo/FirstRepo -b development