Mongodb – Unable to save a array correctly in mongoodb using node/mongose
What is the proper way to save an array of data in mongodb using node/mongoose? I am able to all my data as an array, but everything is saved as the first value in the array (see img) this is…