500 error on BaridiMob withdrawal (Prisma timeout)
24 May 2026
BaridiMob withdrawals were failing with 'Server error' for some users. Cause: the Prisma transaction exceeded its 5s timeout due to an out-of-transaction operation (platformFeeOps using the global prisma instead of tx). Fix: switch from prisma → tx + bump the timeout to 15s.