You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error still happens. I have also assigned it to @DonKoko in Sentry to take a look at it.
PrismaClientKnownRequestError:
Invalid `prisma.booking.update()` invocation:
An operation failed because it depends on one or more records that were required but not found. Record to update not found.
File "/src/build/server/index.js", line 8229, in overdueHandler
const booking = await db.booking.update({
File "/src/build/server/index.js", line 8317
await handler(job);
...
(4 additional frame(s) were not displayed)
ShelfError: Booking update failed
File "/src/build/server/index.js", line 8233
throw new ShelfError({
File "/src/build/server/index.js", line 8229, in overdueHandler
const booking = await db.booking.update({
File "/src/build/server/index.js", line 8317
await handler(job);
ShelfError: Something went wrong while executing scheduled work.
File "/src/build/server/index.js", line 8320
new ShelfError({
The text was updated successfully, but these errors were encountered:
This error still happens. I have also assigned it to @DonKoko in Sentry to take a look at it.
The text was updated successfully, but these errors were encountered: