客户未显示磁电机仪表板
Customer is not displaying magneto dashboard
我使用 API
创建了一个新客户
http://{{doman_name}}/index.php/rest/V1/customers
当我可以登录时 API,一个令牌正在返回。这意味着客户是活跃的。
http://{{doman_name}}/index.php/rest/V1/integration/customer/token
但问题是,我在管理仪表板中看不到客户。
有什么问题?
只需检查 magento 中的 customer_entity table database.if 你在那里找不到任何数据,那么客户没有成功创建或刷新缓存一次(实际上这不是问题缓存但尝试)
或
go to magento root directory with root privileges
php bin/magento indexer:reindex
我使用 API
创建了一个新客户http://{{doman_name}}/index.php/rest/V1/customers
当我可以登录时 API,一个令牌正在返回。这意味着客户是活跃的。
http://{{doman_name}}/index.php/rest/V1/integration/customer/token
但问题是,我在管理仪表板中看不到客户。
有什么问题?
只需检查 magento 中的 customer_entity table database.if 你在那里找不到任何数据,那么客户没有成功创建或刷新缓存一次(实际上这不是问题缓存但尝试)
或
go to magento root directory with root privileges
php bin/magento indexer:reindex