I was trying to make a web HTTP call. I am running everything local and I seen this error when trying to fetch a url. Any ideas?
TypeError: fetch failed
at node:internal/deps/undici/undici:12618:11
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async function_ (file:///app/node_modules/.pnpm/[email protected]/node_modules/ky/distribution/core/Ky.js:18:28)
at async T (/app/apps/viewer/.next/server/chunks/77.js:1:2536)
at async E (/app/apps/viewer/.next/server/chunks/77.js:1:1183)
at async /app/apps/viewer/.next/server/pages/api/[...trpc].js:82:16636
at async x (/app/apps/viewer/.next/server/pages/api/[...trpc].js:82:13780)
at async O (/app/apps/viewer/.next/server/pages/api/[...trpc].js:86:200415)
at async u (/app/apps/viewer/.next/server/pages/api/[...trpc].js:30:25108)
� at async resolveMiddleware (file:///app/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:420:30) {
cause: Error: connect ECONNREFUSED ::1:11434
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 11434
}
}