However, I ran into a problem with step 3, which says that “the template comes pre-populated with the necessary Prisma schema for this app. All you need to do to publish this schema to your database is run the following command: npx prisma db push”.
I cannot find this prisma schema, and running npx prisma db push throws:
“Error: Could not find Prisma Schema that is required for this command.”
I even tried making my own prisma schema and pushing it but it seems that I need a very specific one (the one that should be included somewhere).
Could you guys please help me find this prisma schema? I would greatly appreciate it!
Hi! thanks for the reply. Yes, I did make a neon database and I got the POSTGRES_URL, but I think I still need to publish the prisma schema with npx prisma db push. I didn’t deploy this to vercel yet, and I didn’t even make a github repo yet. Should I skip step 3? Currently I can’t access the login page