Hi folks, I am experiencing an issue when trying to enable Pulse with my supabase-hosted postgresql db. I have configured the DB using the Prisma instructions from Supabase to create a bespoke Prisma user (see here - https://supabase.com/docs/guides/database/prisma) , and am using the direct connection string postgresql://prisma:<password>@<supabase-url>:5432/postgres - however I continue to run into an error when trying to enable Pulse. I have enabled accelerate without issue, so I know that the connection string is working, however there is no feedback on what exactly is going wrong with Pulse.
#prisma pulse + supabase?
11 messages · Page 1 of 1 (latest)
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into #ask-ai if you get antsy for a second opinion!
ok, good, it's not just me - makes me think it might be a bug 🙂
Hi @jolly radish
Can you please share the error message you received when trying to enable Pulse with Supabase?
Hi @arctic storm yes - see the attached image. Nothing pops in the browser console log that would be more helpful, unfortunately.
Thanks for sharing. I’ll try to reproduce this on my end
Hi @jolly radish
I can reproduce this issue. You need to append sslmode=disable to the end of your direct database connection string.
For example:
postgresql://[host]:[password]@db.dinbkcltvltrtjddwssk.supabase.co:5432/postgres?sslmode=disable
thanks so much @arctic storm , that worked!
You’re welcome