CUA
CUA copied to clipboard
Demo site gives prisma error
https://cua-demo.vercel.app/
after a few seconds on the page, it gives:
Invalid `prisma.entry.findMany()` invocation: error: Error validating datasource `db`: the URL must start with the protocol `file:`. --> schema.prisma:9 | 8 | provider = "sqlite" // Change this to "postgresql" when you want to use PostgreSQL 9 | url = env("DATABASE_URL") | Validation Error Count: 1
oh good catch! We recently switched from requiring a postgres to sqlite so people can get started more easily, but I guess we probably want another branch for the "prod" website!
Same thing here.
It's still broken, but if its only cus of ur switch then no worries