Is it possible to run OpenNext with Next.JS with NodeJS runtime apis, with Prisma?

Right now - I though the OpenNext package said that it’s possible to run NextJS applications via the NodeJS runtime via workers - however when trying using prisma and a native Postgres connection (not serverless) - I get errors around fs not being available.

Do you need to use edge driver and not native PG driver to get this work?
Was this page helpful?