TypeError: Cannot read property 'email' of undefined
Closed this issue · 0 comments
edward2990 commented
clonning the code and running it and when try to hit the endpoint with postman i'm getting this error
TypeError: Cannot read property 'email' of undefined
at router.post (/home/edward/Stuff/passport-tutorial/routes/api/users.js:11:15)
at Layer.handle [as handle_request] (/home/edward/Stuff/passport-tutorial/node_modules/express/lib/router/layer.js:95:5)
what can be doing this?