Next.js Discord

Discord Forum

NextJS having a very strange issue that I cannot fix?

Unanswered
Little fire ant posted this in #help-forum
Open in Discord
Little fire antOP
TypeError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:11576:11)
    at async invokeRequest (/home/bloodyark/mesa-ark/node_modules/next/dist/server/lib/server-ipc/invoke-request.js:17:12)
    at async invokeRender (/home/bloodyark/mesa-ark/node_modules/next/dist/server/lib/router-server.js:254:29)
    at async handleRequest (/home/bloodyark/mesa-ark/node_modules/next/dist/server/lib/router-server.js:447:24)
    at async requestHandler (/home/bloodyark/mesa-ark/node_modules/next/dist/server/lib/router-server.js:464:13)
    at async Server.<anonymous> (/home/bloodyark/mesa-ark/node_modules/next/dist/server/lib/start-server.js:117:13) {
  cause: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
    errno: -104,
    code: 'ECONNRESET',
    syscall: 'read'
  }
}


What I've tried :

- Updating VPS and OS
- Upgrading to latest LTS nodejs
- Upgrading to latest nextjs
- Renewing TLS Certs + Certbots

0 Replies