Description and expected behavior
Hey there! I'm currently implement ZenStack in a NextJS project hosted on Cloudflare Pages (edge-runtime) so my entire application is set with:
export const runtime = "edge";
Development server works well, but as soon as I attempt a build, I obtain the error shown on the below screenshot. I tried to precisely follow the instructions from that documentation page, but the error persists.
Does anyone has an idea of what might be happening here?
Screenshots

Environment (please complete the following information):
- ZenStack version: 2.4.1
- Prisma version: 5.19.0
- Database type: Postgresql (Neon)