Mongodb – Mongoose Trouble Adding Subdocs to Array
I am looking to push to an array on my users schema in mongoose. I am following mongoose's Adding Subdocs to Arrays documentation but keep getting an error on user.notes.push(newNotebook) TypeError: Cannot read properties of undefined (reading 'push') Here is…