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
Describe the bug
I'm trying to relocate my Vercel projects to Cloudflare through NuxtHub. I'm using Prisma ORM with Supabase and on Vercel deploy the project works as expected, but in Cloudflare not. I got 500: Cannot read properties of undefined (reading 'exec'). error but in local works!
Steps to reproduce
Steps to reproduce the behavior:
Install prisma and @prisma/client dependencies then add prisma generate to build command:
Describe the bug
I'm trying to relocate my Vercel projects to Cloudflare through NuxtHub. I'm using Prisma ORM with Supabase and on Vercel deploy the project works as expected, but in Cloudflare not. I got
500: Cannot read properties of undefined (reading 'exec').
error but in local works!Steps to reproduce
Steps to reproduce the behavior:
prisma
and@prisma/client
dependencies then addprisma generate
tobuild
command:prisma/schema.prisma
file:and thats it, on Vercel this works
Expected behavior
Request sent as expected
I'm doing my research, and this issue happens to another person Cloudflare issue
The text was updated successfully, but these errors were encountered: