Mongodb – TypeError: Utente is not a constructor
I'm trying to do a user registration with a Node js app and MongoDB but I have this error: const utente = new Utente({ ||||| TypeError: Utente is not a constructor There's my model utente.js const mongoose = require("mongoose"); const…