Javascript – Mongo server error: invalid namespace specified while uploading data using postman
{MongoServerError: Invalid namespace specified: /ytDB.users} getting this error whenever i try to pass data from the postman app.js file import express from "express"; import cookieParser from "cookie-parser"; import cors from "cors"; const app = express(); // app.use is used when…