Using Magento 2.2.1
Customer registration shows in database, but not in admin. Confirmation email shows errors but when customer refreshes page it logs customer into their account. HELP!
Please share steps as to how to run indexer. Thanks.
Solved! Go to Solution.
open your ssh command line window by giving their hostname , port number , username and password.
After that run below command :
php bin/magento indexer:reindex
It will works
Its issure related to indexer.
You just need to run indexer command,
Login to your SSH Terminal and go to root of your magento instance,
run below command,
php bin/magento indexer:reindex
open your ssh command line window by giving their hostname , port number , username and password.
After that run below command :
php bin/magento indexer:reindex
It will works
Its issure related to indexer.
You just need to run indexer command,
Login to your SSH Terminal and go to root of your magento instance,
run below command,
php bin/magento indexer:reindex