You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: