We encountered an error connecting to our services. This is usually due to missing environment variables or database configuration.
PrismaClientInitializationError:
Invalid `prisma.campaign.findMany()` invocation:
error: Error validating datasource `db`: the URL must start with the protocol `postgresql://` or `postgres://`.
--> schema.prisma:7
|
6 | provider = "postgresql"
7 | url = env("DATABASE_URL")
|
Validation Error Count: 1
Back to Home