You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
https://cua-demo.vercel.app/
after a few seconds on the page, it gives:
The text was updated successfully, but these errors were encountered: