Franck Martin
Franck Martin
I have the same problem when I run my seed script. About 5% of MongoDB transactions fail randomly. I temporarily fixed the problem by disabling all `filterOptions` in my `relationship`...
Hi @DanRibbens Really nothing special with the `filterOptions` which are problematic : ``` { name: "heroHeaders", label: {en: "Hero headers", fr: "Bandeaux"}, type: "relationship", relationTo: "hero-headers", hasMany: true, required: true,...
@DanRibbens I just sent you an invitation to a repository, so you can reproduce. Just do `npm run seed` https://github.com/franckmartin/payload-mongo-transaction
Hi @DanRibbens Thank you very much for your quick answer. Sorry but I don't get you. I'm using a `map` to get my seed data (ex. `getFishersData`) but it's synchronous...