Hello folks! Quick question, i am using nextjs, s...
# orm-help
l
Hello folks! Quick question, i am using nextjs, supabase postgres and prisma + prisma data proxy but i keep running out of connections, am i missing something ?
k
How does your connection string look? I'm currently using pretty much the same stack. For my
DATABASE_URL
I have
?pgbouncer=true&connection_limit=1
after the URL
l
hmm, maybe that’s the case
why connection_limit 1 ?
and are you using the Connection Pooling String or the default Connection String?
I tried to add the pgboucer=true inside of data proxy but it doesn’t accept
or you using only for migrations?
k
I'm using the Connection Pooling String however I don't have prisma data proxy setup.
l
I believe that’s more if i am using connection pooling from supabase and not prisma data proxy
but i will give a shot and see how things work
many thanks