I've just updated my project to 3.4.2 that uses sq...
# orm-help
p
I've just updated my project to 3.4.2 that uses sqlite and I'm getting timeout errors from the sqlclient. I posted a migration problem on stackoverflow (Connection error when seeding data with Prisma while running migration only - Stack Overflow), but am now realizing the timeout problem is happening seemingly randomly. After I got my app working and the data seeded, when I run my app, I'm getting timeout errors on simple things that don't make sense to me also. (return to soon...) Here is an error I get from a delete:
Copy code
Invalid `prisma.noteOnTag.delete()` invocation:


  Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: ConnectionError(Timed out during query execution.) })
This is for a Pluralsight course I'm working on, and though the source is not public yet, I can share it if that helps.
t
Hey Peter 👋 Copy pasting my reply from Stackoverflow:
This seems to be a bug. There's an issue about it here. Please feel free to leave a comment with details about your problem (or a link to this question) over there. We will try to look into it and fix it as soon as possible.
p
Anyone have a work around? I've not tried going backwards in Prisma versions, but guessing at some point, an older version worked.