I'm getting the error in the screenshot below when...
# orm-help
s
I'm getting the error in the screenshot below when running 'npx prisma db push' or any other invocation such as findMany or create. 'npx prisma generate' works and I'm using supabase as the db. On version 2.27
i
What's your db connection string?
sounds like w/ Supabase you probably need to make sure you've got your authentication protocol dialed in for what you truly want it to be (looks like right now it's doing SASL/SCRAM, but it also supports a trillion other authentication protocols for some reason), and then ensure that your prisma connection string is actually using that authentication schema.
j
Please make sure to create an issue in our GitHub repo if you can not easily fix this @Silen Naihin - and honestly even if you do, so the fix is documented.
Supabase is pretty common, so we want to avoid problems like this of course.
s
It was an issue with having an exclamation mark in the db pass (I changed it). Which is weird because previously there was no problem with it
j
Interesting, and super weird. If you can reproduce this, an issue would be amazing.
s
j
Can you please also include the error message you got? That is the weird thing here.