Mischa
03/30/2022, 3:37 PMJohny Velho
03/30/2022, 4:49 PMMischa
03/30/2022, 9:41 PMMischa
03/30/2022, 9:41 PMMatt Mueller (Prisma Client PM)
Mischa
03/30/2022, 11:01 PMjanpio
Mischa
03/31/2022, 8:26 AM"Error: [object Object]",
" at _homogeneousError (/var/runtime/CallbackContext.js:12:12)",
" at postError (/var/runtime/CallbackContext.js:29:54)",
" at done (/var/runtime/CallbackContext.js:58:7)",
" at fail (/var/runtime/CallbackContext.js:70:7)",
" at /var/runtime/CallbackContext.js:106:16"
I managed to eventually track it down to happening when I returned from the interactive transaction. maybe it's a timeout error, I don't know. it is not a very nice error.
after many more hours I isolated the issue to the version of prisma. 3.10.0 and above made my queries much slower. 3.9.0 turns out didn't count
correctly, so I'm on 3.8.0
the transaction timeout(?) error was my first clue, then comparing endpoint response times with the lambda layer with the old version with the new:Mischa
03/31/2022, 8:54 AMMischa
03/31/2022, 8:55 AMMischa
03/31/2022, 10:45 AMjanpio
Mischa
03/31/2022, 6:08 PMjanpio
Mischa
04/01/2022, 2:16 PMjanpio