Neon Serverless + Prisma + Vercel Functions
Hello,
I want to leverage the Neon Serverless client + Prismaon an app deployed to Vercel Functions . Neon Docs specifies the following Client instantiation:
However, this results in the following runtime error on Vercel:
After googling around, I found out that this is a WebSocket problem (or rather lack of WS support in Vercel Functions) . I would like to ask what is the proper way to utilise the
I want to leverage the Neon Serverless client + Prismaon an app deployed to Vercel Functions . Neon Docs specifies the following Client instantiation:
However, this results in the following runtime error on Vercel:
After googling around, I found out that this is a WebSocket problem (or rather lack of WS support in Vercel Functions) . I would like to ask what is the proper way to utilise the
Neon Serverless client in Vercel environment?Neon
Prisma is an open source, next generation ORM that lets you to manage and interact with your database. This guide covers the following topics Connect to Neon from Prisma Use connection pooling with Pr...
