Adding Opengraph causes stuck at Generating static pages
Unanswered
Arinji posted this in #help-forum
ArinjiOP
Idk how to explain, so my code works on my pc (even in local prod) but when i deploy, it just gets stuck at generating static pages and after a while
Sending SIGTERM signal to static worker due to timeout of 60 seconds. Subsequent errors may be a result of the worker exiting.
Generating static pages (0/24) [ ]
uncaughtException Error: spawn /usr/local/bin/node EAGAIN
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -11,
code: 'EAGAIN',
syscall: 'spawn /usr/local/bin/node',
path: '/usr/local/bin/node',
spawnargs: [
'/home/container/node_modules/next/dist/compiled/jest-worker/processChild.js'
]
}
Generating static pages (0/24) [ ]