Can't find prisma schema from Platforms Starter Kit

Hey everyone!

I am trying to set up Vercel’s Platforms Starter Kit locally using this guide: How to Build a Multi-Tenant App with Custom Domains Using Next.js

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!

Hello,

You can use POSTGRES_URL or any other relevant Prisma database to configure the project. It’s mentioned in Step #2 How to Build a Multi-Tenant App with Custom Domains Using Next.js

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

The platforms starter kit itself does not seem to have a pre-populated prisma schema file, so I’m confused about step 3.

Can you share a screencast?