Sometimes in content creation (we duplicate paragraphs) we have this error that don't allow to save and content is lost.

Drupal\Core\Entity\EntityStorageException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '72dbadb2-6551-473b-9945-68e3ce136dff' for key 'paragraphs_item.paragraph_field__uuid__value': INSERT INTO "paragraphs_item" ("revision_id", "type", "uuid", "langcode") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => [:db_insert_placeholder_1] => button [:db_insert_placeholder_2] => 72dbadb2-6551-473b-9945-68e3ce136dff [:db_insert_placeholder_3] => es ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 817 of /u02/portal-udelar-test/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).

Comments

vickydeleon created an issue.