© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
1 reply
Diego Ponce

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")
}
datasource db {
  provider          = "postgresql"
  url                     = env("DATABASE_URL")
  directUrl         = env("SHADOW_DATABASE_URL")
  shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
}
Screenshot_2023-12-11_at_14.21.55.png
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Getting a 500 error when deploying on vercel?
SupabaseSSupabase / help-and-questions
4y ago
Error on deploying edge function:
SupabaseSSupabase / help-and-questions
4mo ago
Timeout Error when deploying function
SupabaseSSupabase / help-and-questions
4y ago
Vercel deploy supabaseUrl is required
SupabaseSSupabase / help-and-questions
4y ago