FIX: MongoError: E11000 duplicate key error collection: eternity-ready.channels index: uniqueId_1 dup key: { : null } -- 2

Job ID: 33826593

Budget: $10 – $30 USD

i use mongo db on a centos vps. I have a keystone.js admin website uses mongoose to for mongo db to store images, embeded videos, etc

I got mongo throwing an error:

MongoError: E11000 duplicate key error collection: eternity-ready.channels index: uniqueId_1 dup key: { : null }


I want an mongo duplicate collection error fixed. when i delete all my embeded channels from my admin in mongo. it some how does not purge from the schema / db. Because going to make new channels gives me duplicate error.

I can delete items in admin but its got no unique id as null.