Deploying to Vercel is causing this error
When doing a deploy I get the error P3005, I've tried all suggested commands with no luck, I can't do the baseline step. I have 2 databases in Supabase, one for the url value and the other one as the shadowUrl, here's how my schema looks:
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("SHADOW_DATABASE_URL")
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
}