Any idea what this error means? ```{ is_panic: f...
# orm-help
m
Any idea what this error means?
Copy code
{
  is_panic: false,
  message: 'Transaction API error: Unable to start a transaction in the given time.',
  meta: { error: 'Unable to start a transaction in the given time.' },
  error_code: 'P2028'
}
Tried looking it up here but P2028 is missing
t
noticed that this issue mentions the same error code https://github.com/prisma/prisma/issues/8707 not sure if it’s the same problem as yours tho.
👀 1