Rest 客户未显示磁电机仪表板

Rest 客户未显示磁电机仪表板,rest,magento,magento2,Rest,Magento,Magento2,我已经使用API创建了一个新客户 http://{{doman_name}}/index.php/rest/V1/customers 当我打开登录API时,一个令牌返回。这意味着客户处于活动状态 http://{{doman_name}}/index.php/rest/V1/integration/customer/token 但问题是,我无法在管理仪表板中看到客户。 问题出在哪里?只需检查magento数据库中的customer\u entity表。如果在那里找不到任何数据,则不会成功创

我已经使用API创建了一个新客户

http://{{doman_name}}/index.php/rest/V1/customers
当我打开登录API时,一个令牌返回。这意味着客户处于活动状态

http://{{doman_name}}/index.php/rest/V1/integration/customer/token
但问题是,我无法在管理仪表板中看到客户。


问题出在哪里?

只需检查magento数据库中的customer\u entity表。如果在那里找不到任何数据,则不会成功创建customer或刷新缓存一次(实际上缓存没有问题,请尝试)


工作得很好。非常感谢
go to magento root directory with root privileges 

php bin/magento indexer:reindex