CUA icon indicating copy to clipboard operation
CUA copied to clipboard

Demo site gives prisma error

Open redbar0n opened this issue 2 years ago • 3 comments

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

redbar0n avatar Jan 23 '23 11:01 redbar0n

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!

chen-rn avatar Jan 23 '23 16:01 chen-rn

Same thing here.

ansmlc avatar Jun 14 '23 21:06 ansmlc

It's still broken, but if its only cus of ur switch then no worries

clearly-outsane avatar Jun 27 '23 16:06 clearly-outsane