cancel
Showing results for 
Search instead for 
Did you mean: 

Customer registration does not show in admin, but shows in database

SOLVED

Customer registration does not show in admin, but shows in database

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.

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Customer registration does not show in admin, but shows in database

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

 

if issue solved,Click Kudos & Accept as Solution

View solution in original post

Re: Customer registration does not show in admin, but shows in database

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

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

2 REPLIES 2

Re: Customer registration does not show in admin, but shows in database

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

 

if issue solved,Click Kudos & Accept as Solution

Re: Customer registration does not show in admin, but shows in database

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

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial