jaewonhimnae/react-shop-app

TypeError: Cannot read property '_id' of undefined

Opened this issue · 1 comments

TypeError: Cannot read property '_id' of undefined

Are you using Windows? Try changing app.use('/uploads', express.static('uploads')); with
app.use(express.static(path.join(__dirname, 'uploads')));