Mongodb – Mongo not creating all docs in array and not giving errors
I have a long array of docs to create. When I create them I get no errors. const docsJson =[some array of json of docs to create] const orders = await MySchema.create(ordersJSON); // orders.length returns the same number of docs…