Issue with data retrival Error: getaddrinfo ENOTFOUND #20934
Replies: 5 comments 3 replies
-
https://github.com/orgs/supabase/discussions/17817 |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue, but it also says it can't connect in the supabase dashboard & I am using the supabase client library. Any updates? |
Beta Was this translation helpful? Give feedback.
-
I just change my dns whenever I work on the project (to cloudfare 1.1.1.1)
and connection gets established but I have also not found any permanent
solution
Regards
…On Mon, 1 Apr, 2024, 7:24 pm InsightfulFuture, ***@***.***> wrote:
I am having the same issue, but it also says it can't connect in the
supabase dashboard & I am using the supabase client library. Any updates?
—
Reply to this email directly, view it on GitHub
<#20934 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATUGMD5Y2M4IYOXGGQSZGFTY3FRJJAVCNFSM6AAAAABCVE4HIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNZTGEZDO>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Instead of using a direct connection string, use the Transaction or Session pooler connection string, resolved this issue for me. Using Drizzle to connect to a postgres DB on Supabase via drizzle. |
Beta Was this translation helpful? Give feedback.
-
It actually says in my Supabase db setttings area that Pool mode is permanently set to Transaction on port 6543 |
Beta Was this translation helpful? Give feedback.
-
I'm encountering an issue where my APIs are unable to fetch data from the database. Specifically, the error I'm receiving is: Error: getaddrinfo ENOTFOUND db.database_url.supabase.co. This issue came up unexpectedly as there have been no recent changes to the codebase, and to the best of my knowledge, the database is not corrupted.
Here's a brief overview of the tech stack and relevant frameworks used in the project:
Could you provide guidance or suggestions on what might be causing this ENOTFOUND error and how to resolve it? Any insights into potential issues with the DNS resolution or other networking concerns related to db.database_url.supabase.co would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions