fogbender / b2b-saaskit

B2B SaaS Starter Kit - create a B2B web app: quickly and for free

Home Page:https://b2bsaaskit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase connection broken - IPv4 Deprecation ?

rayBlock opened this issue · comments

Hello

Apparently the db connection string to Supabase is broken.
On promptswithfriends after trying to create a prompt the following error appears:
getaddrinfo ENOTFOUND db.aajtsheydwqllesdmzzg.supabase.co

On my local machine I tried to follow the update guide but no success.

They recommend for drizzle:
export const sql = postgres(serverEnv.DATABASE_URL , { prepare: false });
with the new connectionString from db settings but that doesn't seem to fix the issue.

Any ideas how to fix this ?