Using mongodb adapter and generateId creates id field in addition to _id field
using this config:
leads to user documents having the following form:
This seems to be intended behavior, but I would like to be able to override
_id
entirely. Is this possible?1 Reply
jsut for mongodb adapter, we currently doesn't support a custom id generator. It should be supported soon but you can also use mongodb with prisma instead and the prisma adapter does support custom IDs