You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting a customer using the Admin website, the provider identity information for the deleted customer is not deleted.
I created a customer using the storefront, with email [email protected] then I want to the Admin website and remove it, then went to the storefront and tried to signup using the same email and got this error "Identity with email already exists":
I checked the database and I can see the row for it there:
Expected behavior
I expect the provider identity information to be also removed?
Actual behavior
Provider identity information for the customer is not being removed
Package.json file
Node.js version
v22.11.0
Database and its version
PostgreSQL v17.2
Operating system name and version
macOS 15.3.1
Browser name
any
What happended?
When deleting a customer using the Admin website, the provider identity information for the deleted customer is not deleted.
I created a customer using the storefront, with email [email protected] then I want to the Admin website and remove it, then went to the storefront and tried to signup using the same email and got this error "Identity with email already exists":
I checked the database and I can see the row for it there:
Expected behavior
I expect the provider identity information to be also removed?
Actual behavior
Provider identity information for the customer is not being removed
Link to reproduction repo
https://github.com/medusajs/medusa
The text was updated successfully, but these errors were encountered: