© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
0xSmartCrypto

FetchError request to supabase_kong reason getaddrinfo ENOTFOUND supabase_kong_

I'm using the local development env provided by
supabase start
supabase start


Docker is running. However, when I call the api
const { data, error } = await supabase
    .from('table_name')
    .select(`
      column1,
      column2
    `);
const { data, error } = await supabase
    .from('table_name')
    .select(`
      column1,
      column2
    `);


I get an error message as such:
{
  message: 'FetchError: request to http://supabase_kong_projectname:8000/rest/v1/table_name?select=... failed, reason: getaddrinfo ENOTFOUND supabase_kong_projectname',
  details: '',
  hint: '',
  code: 'ENOTFOUND'
}
{
  message: 'FetchError: request to http://supabase_kong_projectname:8000/rest/v1/table_name?select=... failed, reason: getaddrinfo ENOTFOUND supabase_kong_projectname',
  details: '',
  hint: '',
  code: 'ENOTFOUND'
}


Can someone please help?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Selfhost Supabase without Kong
SupabaseSSupabase / help-and-questions
4y ago
FetchError Request with GETHEAD method cannot have body.
SupabaseSSupabase / help-and-questions
4y ago
ENOTFOUND Error.........................?
SupabaseSSupabase / help-and-questions
13mo ago
Expo React Native android auth retryable fetcherror network request failed
SupabaseSSupabase / help-and-questions
4y ago