Faith
Explore posts from serversPPrisma
•Created by Faith on 4/24/2024 in #help-and-questions
Error validating datasource `db`: the URL must start with the protocol `prisma://`
Hello everyone!
Im currently getting this problem that i descriped in the title. where when i try to run Prisma on cloudflare workers
i tried the soultion from here "https://www.prisma.io/docs/orm/reference/prisma-client-reference#programmatically-override-a-datasource-url"
but cant seem to get it to work
.dev.vars
DATABASE_URL="DATABASE_URL=postgresql://postgres:@localhost:5432/postgres?schema=test"
this is my prisma client
my schema.prisma
and when i try to add "prisma://" in the front it says "api key needed"17 replies
CDCloudflare Developers
•Created by Faith on 4/18/2024 in #workers-help
inconsistent error with Cloudflare worker queues. TypeError: Can't read from request stream because
Hello guys, im currently working on a POC where i try and make a nice starter template.
im currently getting this issue when trying to run my queue and read the response "TypeError: Can't read from request stream because client disconnected."
i would also like to add that it works sometimes but then when i refresh it throws that error
this is my code
1 replies