Prisma to DrizzleORM Issue
Hi,
I just switched to DrizzleORM in my hobby project which is a Remix App hosted at Vercel using Turso.
Locally everything works fine, but when I deploy it to Vercel, I get the following error on login page.
My drizzle.config.ts :
My index.server.ts :
I'm having hard time to understand if this is a DrizzleORM issue or related to Remix on Vercel ? I was using Turso with Prisma and it was working fine by the way.
I just switched to DrizzleORM in my hobby project which is a Remix App hosted at Vercel using Turso.
Locally everything works fine, but when I deploy it to Vercel, I get the following error on login page.
My drizzle.config.ts :
My index.server.ts :
I'm having hard time to understand if this is a DrizzleORM issue or related to Remix on Vercel ? I was using Turso with Prisma and it was working fine by the way.