© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•13mo ago•
45 replies
Kobaru

Fetch Failed

Hello 👋

I have
{
message: 'TypeError: fetch failed',
details: 'TypeError: fetch failed\n' +
'    at node:internal/deps/undici/undici:13392:13\n' +
'    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n' +
'    at async h (/var/task/.next/server/app/api/twitch/webhook/eventsub/route.js:1:2653)',
hint: '',
code: ''
}
{
message: 'TypeError: fetch failed',
details: 'TypeError: fetch failed\n' +
'    at node:internal/deps/undici/undici:13392:13\n' +
'    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n' +
'    at async h (/var/task/.next/server/app/api/twitch/webhook/eventsub/route.js:1:2653)',
hint: '',
code: ''
}

When doing
const { error } = await supabase
      .from('raids')
      .insert(newRaid)
    if (error) {
      console.log('Error adding raid to supabase')
      console.error(error)
    }
const { error } = await supabase
      .from('raids')
      .insert(newRaid)
    if (error) {
      console.log('Error adding raid to supabase')
      console.error(error)
    }

Context :
- Server-side NextJS
- Using Service Key

Do you guys have any clue on what could be the origin of the issue ?
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

Failed to fetch?
SupabaseSSupabase / help-and-questions
3mo ago
Failed to fetch
SupabaseSSupabase / help-and-questions
5mo ago
Failed to fetch?
SupabaseSSupabase / help-and-questions
6mo ago
TypeError: fetch failed
SupabaseSSupabase / help-and-questions
3y ago