Posts by Arukadou • 11 points
1 post
-
1
votes0
answers32
viewsQ: Mongoose Always returning an Empty array Nodejs
I’m using only find() on my server to Try to Retrieve data from Mongodb with Mongoose, but it retriveis this "{}", and on the console "Array(0) []" js router. const Teams = require('./models/map');…