“UnhandledPromiseRejectionWarning: CastError: Cast to ObjectId failed for value”
I know there are a lot of version of this question, but I couldn't find anything helping me. model.js import mongoose, { Schema } from 'mongoose'; const GroupSchema = new Schema({ name: { type: String, required: true, unique: true, ...
Jun 4, 2019J