Mongodb – error Product validation failed: userId: Path `userId` is required in nodejs a
i m creating a small shop app with: node.js & express and mongoose and I m facing a problem when I try to send the data to the mongoose database this is my product class const mongoose = require("mongoose"); const…