(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
1.02k
stars
67
forks
source link
[BUG] Prisma cannot read env var when using `directUrl` with postgresql #72
Open
alexandruchircu opened 1 year ago
Describe the bug When using
directUrl
in prisma datasource, prisma complains that the connection url is empty.To Reproduce Steps to reproduce the behavior:
postgresql://user:pass@url.supabase.co:6543/postgres?pgbouncer=true
)postgresql://user:pass@url.supabase.co:5432/postgres
)yarn db-push
Log:
Expected behavior Database is populated