Error During Migration: must be a member of pg_signal_backend in Supabase with Prisma on Serverless
Hi everyone,
I’m using Supabase as my database and Prisma (version ^5.15.1) as the ORM in a serverless environment. When I try to execute a migration (npx prisma migrate dev), I encounter the following error:
Error: ERROR: must be a member of the role whose process is being terminated or member of pg_signal_backend 0: schema_core::state::DevDiagnostic at schema-engine\core\src\state.rs:276
Error: ERROR: must be a member of the role whose process is being terminated or member of pg_signal_backend 0: schema_core::state::DevDiagnostic at schema-engine\core\src\state.rs:276
The issue persists and is currently blocking our team from migrating the production schema.