We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.执行npx prism migrate dev没成功
2.如果配SUPABASE_URL,以下报错: error: Environment variable not found: DATABASE_URL. --> schema.prisma:3 | 2 | provider = "postgresql" 3 | url = env("DATABASE_URL")
3.如果配DATABASE_URL ,以下报错: error: Error validating datasource db: the URL must start with the protocol postgresql:// or postgres://. --> schema.prisma:3 | 2 | provider = "postgresql" 3 | url = env("DATABASE_URL")
db
postgresql://
postgres://
望解答,谢谢
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
应该是DATABASE_URL 它的值你可以去supabase上去拷贝,是以postgresql://postgres开头的字符串。
No branches or pull requests
1.执行npx prism migrate dev没成功
2.如果配SUPABASE_URL,以下报错:
error: Environment variable not found: DATABASE_URL.
--> schema.prisma:3
|
2 | provider = "postgresql"
3 | url = env("DATABASE_URL")
3.如果配DATABASE_URL ,以下报错:
error: Error validating datasource
db
: the URL must start with the protocolpostgresql://
orpostgres://
.--> schema.prisma:3
|
2 | provider = "postgresql"
3 | url = env("DATABASE_URL")
望解答,谢谢
The text was updated successfully, but these errors were encountered: