I'm getting the following error:
ERROR ERROR #23505 duplicate key value violates unique constraint "tableName_pkey":
ERROR Error while creating table record = Record not inserted!:
A little background:
My service was working fine on my branch and there was no duplicate key error.
But my service started throwing this duplicated error ever since I merged my code with my colleague.
I have tried to find the mistake but unable to track it.
Every time unique data is being sent to the table but still this error is displayed.