Vercel integration setup
Uncaught (in promise) VercelPostgresError: VercelPostgresError - 'missing_connection_string': You did not supply a 'connectionString' and no 'POSTGRES_URL' env var was found.
I'm trying to connect vercel postgres in my nextjs project with drizzle orm. I've followed official documentation from vercel , also drizzle but still facing this issue. Did anyone ran into this issue before?
0 Replies