P
Prisma2mo ago
fynn

Error validating datasource `db`: the URL must start with the protocol `prisma://`

Hey, I've just tried to deploy my Node-Project to a Coolify Instance, but now I'll get the above error. I have set the DATABASE_URL in the environment variables to this: postgresql://postgres:pass@ip:5432/postgres what could be the problem there? before, it worked fine.
1 Reply
RaphaelEtim
RaphaelEtim2mo ago
Hi @fynn Are you importing from @prisma/client/edge? If yes, can you import just the client @prisma/client and not the edge client?

Did you find this page helpful?