planetscale-prisma issue

any prisma-planetscale users in here?
im trynna create a new db and populate the data. (its pretty long) - like 10k links long
but im getting a (i believe) timeout error from planetscales side. The code runs fine, im able to see like 200 - 300 entries, the data until the error occures.
heres the error message im getting
Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Server(ServerError { code: 1105, message: "vttablet: rpc error: code = Aborted desc = transaction 16683327325509512966: ended at 2022-11-14 16:01:36.353 UTC (exceeded timeout: 20s) (CallerID: planetscale-admin)", state: "HY000" })) })

also ps, i didnt set any shadow db (cause of which i could do the migrate dev command), idk what that is, but it seemed to work when i created a single entry.

i tried doing the same task using postgres on railway, i ended up getting "too many clients error"
Was this page helpful?