Replies: 1 comment 3 replies
-
Are you sure you created your Vercel Postgres database correctly? Also make sure you copied |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm following the tutorial on Vercel guides to build an app with Next.js, Prisma, and Vercel Postgre. After I have created a new database on Vercel and connected the project to it, I try run the command
npx prisma db push
but I get the outputError: P1001: Can't reach database server
prisma.schema
The output when running the command
npx prisma db push
Additional information
How to Build a Fullstack App with Next.js, Prisma, and Vercel Postgres
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions