nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.19k stars 5.28k forks source link

new Customer detail created everytime login #6869

Closed prabhath112 closed 11 months ago

prabhath112 commented 11 months ago

nopCommerce version: nopCommerce_4.60.4_Source

Steps to reproduce the problem: Every time login with the any account, In DB new instance is created rather than updating current record instance. Screenshot 2023-10-06 113642 image

whenever login new customerGuid is created even if its existing customer in Customer table, along IP, createdOnUtc, lastActivityDateutc, and registerdInStore. rest everything will be null. i attached screenshot regarding this. and i dindt done any changes, running default.

AndreiMaz commented 11 months ago

@prabhath112 These are guest records. They will be deleted autoamtically later. Please ignore them

prabhath112 commented 11 months ago

Along that i found out; if we add few items as a guest then we login to an account, the items which we added before as a guest are deleted. it shows only cart that user had only, but not adding items that we placed as guest.

prabhath112 commented 11 months ago

And if you checkout as Guest it throws an exception saying image

image