Hello!
I found out that env variables are not correctly generated for supabase integration while using prisma.
I am able to use the Supabase Integration with my local POSTGRES_PRISMA_URL variable. But as I cannot edit the variables for the integration, it does not work when deployed.
The variable that works at my local ends in /postgres?pgbouncer=true
Your auto generated variable ends in /postgres?sslmode=require&supa=base-pooler.x and does not work either production or locally.
The rest of variable is the same and its correct.
Thank you very much.

