(Magento\Customer\Model\Customer\Interceptor) with the same ID “16” already exists. Error keeps showing in Health Monitor Suite

magento.stackexchange https://magento.stackexchange.com/questions/336741

  •  12-05-2021
  •  | 
  •  

Question

(Magento\Customer\Model\Customer\Interceptor) with the same ID "16" already exists. Error keeps showing in Health Monitor Suite.enter image description here

Was it helpful?

Solution

Please check UI Grid Component column data.

and kindly check if you are saving new customer with static ID or dynamic ID.

Generally, This error comes when you tried to create new instance of the customer with same id.

If this helps then HIT LIKE.

Enjoy your coding :)

Hiren Patel

OTHER TIPS

I recently ran in to this problem. It was caused by duplicate newsletter subscribers. Because of this the MySQL join resulted in two customer records being returned with the same ID when searching in the customer repository via the API.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top