MongoDB error E11000 duplicate key error collection due to empty array containing document with email null
This is the code I am writing: const createOrgPerso= new Person({ org: newOrganisation._doc.id, // data: [], }); But the empty array is still getting created. And then this code is run again, it gives E 11000 duplicate key error collection:…