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
QueryFailedError: duplicate key value violates unique constraint "IDX_UNIQUE_87914cd3ce963115f8cb943e2ac"
File "../../../../../src/engine/twenty-orm/repository/workspace.repository.ts", line 231, in {WorkspaceRepository#2}.save
result = await manager.save(
File "../../../../../src/modules/contact-creation-manager/services/create-company-and-contact.service.ts", line 208, in {CreateCompanyAndContactService#2}.createCompaniesAndContactsAndUpdateParticipants
const createdPeople = await this.createCompaniesAndPeople(
File "../../../../../src/modules/contact-creation-manager/jobs/create-company-and-contact.job.ts", line 28, in {CreateCompanyAndContactJob#2}.handle
await this.createCompanyAndContactService.createCompaniesAndContactsAndUpdateParticipants(
File "../../../../../src/engine/core-modules/message-queue/message-queue.explorer.ts", line 208, in {MessageQueueExplorer#2}.invokeProcessMethods
await instance[processMethodName].call(instance, job.data);
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Most likely an error due to an attempt to insert a person record that is a duplicate of an existing person record
Sentry Issue: TWENTY-SERVER-5K9
The text was updated successfully, but these errors were encountered: