Hi. I’m Sairam.
Recently I have been working on a project where I use FastAPI Python as the backend and React as the frontend. Everything was working great until I added support for storing the data being generated using Prisma. Since I was familiar with Prisma, I looked for a client supporting Python runtime and I found prisma-client-py. It was all well and good until I tried to host it on vercel.
Due to openssl not being bundled with Vercel’s Python runtime, I’m unable to do make any API calls from frontend. Please let me know if there’s any alternative that can be done without having to rewrite my application.
Note: prisma-client-py depends on openssl.
Thank you!