Running Server Actions causes: Node.js process exited with signal: 11 (SIGSEGV) (core dumped). #67638
Replies: 4 comments 5 replies
-
What kind of work is this server action doing? Is the same version of Node.js setup locally, and in Vercel? |
Beta Was this translation helpful? Give feedback.
-
I've checked that the Node.js Version is the same, v20. These server
actions fetch student data from the University, handle authentication etc.
And It only started after we migrated more functions to server actions.
Our repo is https://github.com/nthumodifications/courseweb/issues
…On Mon, Jul 15, 2024 at 3:58 AM Joseph ***@***.***> wrote:
What kind of work is this server action doing? Is the same version of
Node.js setup locally, and in Vercel?
—
Reply to this email directly, view it on GitHub
<#67638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDPMF2QU3KNA2ANDGN4AZ3ZMLJ5PAVCNFSM6AAAAABKVNUG4KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBUGUZDMMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Vercel is also heavily truncating Nextjs logs, thus, we cannot debug exactly what and where is causing these crashes. For now, we've moved our operations to DigitalOcean and everything is working as it should. |
Beta Was this translation helpful? Give feedback.
-
Getting the same error on my end on Vercel. Very difficult to debug or understand what's happening. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We've recently migrated all our API routes to Server Actions. However, when we try to execute functions now, it randomly crashes the server on Vercel, with a very unhelpful log
Node.js process exited with signal: 11 (SIGSEGV) (core dumped). The logs above can help with debugging the issue.
The code runs fine on the dev server, but fails on Vercel. Has anyone had similar experiences? or is there any way to view more helpful logs on vercel to debug this issue?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions