0

I receive the following error when trying to save a document to a collection:

mongoengine.errors.OperationError: Could not save document (assertion src/mongo/db/storage/mmap_v1/btree/key.cpp:626)

The collection (and the db) exists and I've tried to empty it, remove any index in it, and nothing works: I keep receiving the same error.

Jundiaius
  • 6,214
  • 3
  • 30
  • 43

1 Answers1

0

After doing: sudo mongod --repair everything works normally.

Jundiaius
  • 6,214
  • 3
  • 30
  • 43