MongoDB Error Duplicate key
I sometimes get this error when authenticating with MongoDB:
It is because my id is saved under column
How can I change which column is checked for ID? Because until now the only possible fix was to delete all sessions from table.
It is because my id is saved under column
_id not id therefore all sessions have id null - duplicate.How can I change which column is checked for ID? Because until now the only possible fix was to delete all sessions from table.