Skip to content
New issue

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

Demo site gives prisma error #19

Open
redbar0n opened this issue Jan 23, 2023 · 3 comments
Open

Demo site gives prisma error #19

redbar0n opened this issue Jan 23, 2023 · 3 comments

Comments

@redbar0n
Copy link

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
@chen-rn
Copy link
Owner

chen-rn commented Jan 23, 2023

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!

@ansmlc
Copy link

ansmlc commented Jun 14, 2023

Same thing here.

@clearly-outsane
Copy link

clearly-outsane commented Jun 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants