You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: MongooseError: document must have an _id before saving
at MigrationUserSeed.seeds (/home/anon/Desktop/All/blog-backend/src/migration/seeds/migration.user.seed.ts:71:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
ELIFECYCLE Command failed with exit code 1.
I have changed this file
export abstract class DatabaseEntityAbstract {
@DatabaseProp({
type: String,
default: new Types.ObjectId(); //added this
//default: uuidV4, //removed this
})
_id: string;
The text was updated successfully, but these errors were encountered:
arjunsaud
changed the title
ReplyError: NOAUTH Authentication required.
Error During Migration
Oct 11, 2024
Error: MongooseError: document must have an _id before saving
at MigrationUserSeed.seeds (/home/anon/Desktop/All/blog-backend/src/migration/seeds/migration.user.seed.ts:71:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
ELIFECYCLE Command failed with exit code 1.
I have changed this file
The text was updated successfully, but these errors were encountered: