Can someone help me with this prisma error

I tried using supabase since planetscale free tier isnt available anymore for my country, and somehow I cant connect
No description
7 Replies
NotRebekahMikaelson™
show the db url for the time being to unnderstand where the error is in dms u can send if you donn' mind
Nas-damha
Nas-damha4mo ago
No description
NotRebekahMikaelson™
Connect to Supabase via connection pooling with Supavisor. DATABASE_URL="postgres://postgres.[your-supabase-project]:[password]@aws-0-eu-central-1.pooler.supabase.com:6543/postgres?pgbouncer=true" Direct connection to the database. Used for migrations. DIRECT_URL="postgres://postgres:[password]@db.[your-supabase-project].supabase.co:5432/postgres" try thisonce
Nas-damha
Nas-damha4mo ago
this one
NotRebekahMikaelson™
wait the url is. snam, DATABASE_URL = "postgres://[db-user].[project-ref]:[db-password]@aws-0-[aws-region].pooler.supabase.com:6543/[db-name]?pgbouncer=true&connection_limit=1" DIRECT_URL="postgres://[db-user].[project-ref]:[db-password]@aws-0-[aws-region].pooler.supabase.com:5432/[db-name]" replace itt with your credietials
Nas-damha
Nas-damha4mo ago
whats db-user My username doesnt work my organization name doesnt work either