Mongodb – TypeError: Cannot read properties of undefined (reading '_id')
I'm working on a personal project and i really need some help I'm having this error and i don't understand why :( Here is my code : //authRoutes.js const { Router } = require('express'); const authController = require('../controllers/authController'); const {…