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
Ian Ray
03/08/2022, 5:13 AM
What's your db connection string?
Ian Ray
03/08/2022, 5:24 AM
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
janpio
03/09/2022, 5:41 PM
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.
janpio
03/09/2022, 5:41 PM
Supabase is pretty common, so we want to avoid problems like this of course.
s
Silen Naihin
03/09/2022, 6:47 PM
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
janpio
03/09/2022, 6:56 PM
Interesting, and super weird. If you can reproduce this, an issue would be amazing.