b2b-saaskit icon indicating copy to clipboard operation
b2b-saaskit copied to clipboard

Supabase connection broken - IPv4 Deprecation ?

Open rayBlock opened this issue 4 months ago • 0 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 ?

rayBlock avatar Feb 09 '24 09:02 rayBlock