Error on mutation `connection timeout error prisma.uRL.update()`
I'm building a url-shortner it just worked correctly until i added a redirect count trpc mutation before redirecting to the original url, it is giving connection timeout error on prisma.uRL.update() , idk why this is happening
please help
i also tried using trpc number update increment but it was giving the same error
it redirects after a couple hundred mutations
i'm using
my trpc mutation
please help
pages/[code].tsxi also tried using trpc number update increment but it was giving the same error
it redirects after a couple hundred mutations
i'm using
sqlite as the database for nowmy trpc mutation

