schmell_mafeet
error on index file
I have an index file in a folder that exports all the components in that folder for easier importing on my pages
index.ts (i tried it as .js as well)
This throws this error on build from github
Oddly enough this does not error on
railway up
I am using Sveltekit, Prisma, Lucia-auth, if that makes any difference
Thanks in advance for any help you can provide.31 replies
Prisma timeout
I am trying to use a fairly large query with Prisma and get
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 5)
Is there a way to increase the timeout and maybe the pool size?16 replies