#prisma pulse + supabase?

11 messages · Page 1 of 1 (latest)

jolly radish
#

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.

torn sequoiaBOT
#

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!

remote finch
#

any updates on this?

#

i have the same issue

jolly radish
#

ok, good, it's not just me - makes me think it might be a bug 🙂

arctic storm
#

Hi @jolly radish

Can you please share the error message you received when trying to enable Pulse with Supabase?

jolly radish
#

Hi @arctic storm yes - see the attached image. Nothing pops in the browser console log that would be more helpful, unfortunately.

arctic storm
#

Thanks for sharing. I’ll try to reproduce this on my end

arctic storm
#

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
jolly radish
#

thanks so much @arctic storm , that worked!

arctic storm
#

You’re welcome