jaewonhimnae / react-shop-app

318 stars 211 forks source link

TypeError: Cannot read property '_id' of undefined #5

Open HackIvan opened 4 years ago

gustavoghp87 commented 4 years ago

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