Cannot deploy due to unspecified error
austinkettner
PROOP

a year ago

Latest code deploy is functional local and on Vercel but this is pure out failing on Railway

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

2 Replies

chandrika
EMPLOYEE

a year ago

Hi there Austin, the error is showing up in your build logs here as that’s where things are failing:

” ⨯ Static worker exited with code: null and signal: SIGABRT”

This looks like it could be a memory issue or related to some packages. Could you please look into the logs to investigate this further?

Here's a couple of suggestions from my end:


Status changed to Awaiting User Response Railway about 1 year ago


austinkettner
PROOP

a year ago

Thank you! After tons of digging, the multi-threaded nature of the builder in Railway (compared to Vercel) was causing a race condition at build time. Enforcing a single worker during building fixed the issue for us.

Appreciate the quick reply! This can be closed.


Status changed to Awaiting Railway Response Railway about 1 year ago


Status changed to Solved chandrika about 1 year ago


Loading...