rashadphz / farfalle

🔍 AI search engine - self-host with local or cloud LLMs

Home Page:https://www.farfalle.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://localhost:3000/ failed

seekme-ai opened this issue · comments

config .env
TAVILY_API_KEY=tvly-xxx
OPENAI_API_KEY=sk-xxx
docker logs farfalle-frontend-1

frontend@0.1.0 dev /app/src/frontend
next dev

▲ Next.js 14.2.3

✓ Starting...
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

Downloading swc package @next/swc-linux-x64-gnu...
TypeError: terminated
at Fetch.onAborted (node:internal/deps/undici/undici:11190:53)
at Fetch.emit (node:events:517:28)
at Fetch.terminate (node:internal/deps/undici/undici:10375:14)
at Object.onError (node:internal/deps/undici/undici:11308:38)
at _Request.onError (node:internal/deps/undici/undici:7468:31)
at errorRequest (node:internal/deps/undici/undici:10038:17)
at TLSSocket.onSocketClose (node:internal/deps/undici/undici:9193:9)
at TLSSocket.emit (node:events:529:35)
at node:net:350:12
at TCP.done (node:_tls_wrap:657:7) {
[cause]: SocketError: other side closed
at TLSSocket.onSocketEnd (node:internal/deps/undici/undici:9169:26)
at TLSSocket.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'UND_ERR_SOCKET',
socket: {
localAddress: '172.18.0.3',
localPort: 41390,
remoteAddress: '104.16.2.35',
remotePort: 443,
remoteFamily: 'IPv4',
timeout: undefined,
bytesWritten: 432,
bytesRead: 26061868
}
}
}

Hey, I just updated one of the Dockerfiles. Can you pull the repo and try again? Let me know if you're still getting this error.

I'm closing this out, feel free to re-open if you're still having issues!