Prisma <-> Supabase Docs wrong?
Hi, I'm looking at the guide to connect Prisma to supabase
It seems like the connection string example is wrong: https://supabase.com/docs/guides/database/prisma (under Step 3). It says on serverless environments (We use Netlify Fucntions) to use the Transaction Pooler with pgbouncer=true and port 6543, which is not the same as the Transaction Pooler values in the "Connect" modal
DOCS HOST: aws-0-us-east-1.pooler.supabase.com
CONNECT MODAL HOST: db.rsddxndpdtpegwikscud.supabase.co
I would expect both of them to have
What's going on here?
It seems like the connection string example is wrong: https://supabase.com/docs/guides/database/prisma (under Step 3). It says on serverless environments (We use Netlify Fucntions) to use the Transaction Pooler with pgbouncer=true and port 6543, which is not the same as the Transaction Pooler values in the "Connect" modal
DOCS HOST: aws-0-us-east-1.pooler.supabase.com
CONNECT MODAL HOST: db.rsddxndpdtpegwikscud.supabase.co
I would expect both of them to have
pooler.supabase.com, no?What's going on here?

