volume_up
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
CommerceMediaCollection.Add is only an add, it doesn't do update.
You have to remove the old commerce media with the same filename from the collection before adding the update one.
Of course that would only detach the image from the variant, most likely you would want to remove the old image also.
As Erik says, you should only add an item once. Your code can be changed so it check for existing commerceMedia first before adding
Trying to add images to variants.
The code looks like this:
This works well the first time, but if the import should handle a change for this article again at a later date, the code will crash.
error message:
"Violation of PRIMARY KEY constraint 'PK_ecfVersionAsset'. Cannot insert duplicate key in object 'dbo.ecfVersionAsset'. The duplicate key value is (8078274, image.jpg, a910104b-a4ee-44e8-8cd3-33950f19d9ae)." has been terminated. "
Any suggestions on what's wrong, how to get on?