Error
2|Frontend | TypeError: fetch failed
2|Frontend | at Object.fetch (node:internal/deps/undici/undici:11372:11)
2|Frontend | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
2|Frontend | cause: _ConnectTimeoutError: Connect Timeout Error
2|Frontend | at onConnectTimeout (node:internal/deps/undici/undici:6616:28)
2|Frontend | at node:internal/deps/undici/undici:6574:50
2|Frontend | at Immediate._onImmediate (node:internal/deps/undici/undici:6605:13)
2|Frontend | at process.processImmediate (node:internal/timers:478:21)
2|Frontend | at process.callbackTrampoline (node:internal/async_hooks:130:17) {
2|Frontend | code: 'UND_ERR_CONNECT_TIMEOUT'
2|Frontend | },
2|Frontend | digest: '3747308182'
2|Frontend | }
We are running Next.js version 14.2.3 with Node 20.8.1
We have tried various solutions posted on github issues, and on discord but seem to find no luck to solve this error. If anyone knows any specific versions of Next where it isn't happening, pls let us know!
This is an ongoing issue and is impacting a lot of our live users in production as they are unable to use the App
Plus this was working fine before the POST