Base exported failed:
Invalid `prisma.attachmentsTable.findMany()` invocation:
Transaction API error: Transaction already closed: A query cannot be executed on an expired transaction. The timeout for this transaction was 600000 ms, however 632677 ms passed since the start of the transaction. Consider increasing the interactive transaction timeout or doing less work in the transaction.
I also filed a bug for this on Github;
Tuning of PRISMA_TRANSACTION_TIMEOUT in the .env file does not work around this internal limit.