So, I'm having issues with Cloudflare Pages:
[pages:err] ReferenceError: DATABASE_URL is not defined.
Attempted to access binding using global in modules.
I read a bit about 4.2.0 making it possible to override the db url through the PrismaClient constructor (see https://github.com/prisma/prisma/issues/13771). Is this possible yet?
✅ 1
a
Austin
08/02/2022, 8:22 PM
Hey Leo,
4.2.0 is not out yet, but should release next week. I would try the solution outlined in that issue after we release and you update your app to the new version.