jan
BABetter Auth
•Created by jan on 3/25/2025 in #help
MongoDB Error Duplicate key
I sometimes get this error when authenticating with MongoDB:
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.8 replies