Open Jean-pierre14 opened 1 year ago
If it's a mongoose problem tell us...
Jean-pierre14
It says validation error for User. Check your User model. You might have set a different type for "friends".
You can comment out line no. 71 & 72. It was just for creating manually users and posts for testing purposes.
ADD DATA ONE TIME
Let me try it and I will let you know.
probably you have set the type of friends in the user model to string, then in the data it is an array, so you got a validation error.
Just change the type of friends to [String]
in the User model. Voila!
I'm learning code with your video step by step... but I don't understand why when I want to insert many it refuses.