TypeError: Cannot read property '_id' of undefined
Opened this issue · 1 comments
HackIvan commented
TypeError: Cannot read property '_id' of undefined
gustavoghp87 commented
Are you using Windows? Try changing app.use('/uploads', express.static('uploads')); with
app.use(express.static(path.join(__dirname, 'uploads')));