3 days ago
so when trying to use my systems i am getting premature closes on everything.
callClaude error (attempt 1): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close
callClaude error (attempt 2): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close
callClaude error (attempt 3): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close
7 Replies
3 days ago
is this a nodejs project?
3 days ago
if yes, upgrade your node version to 24.18.0 or newer
3 days ago
if you are using railway default builder (Railpack), you just have to add RAILPACK_NODE_VERSION=24.18.0 in your environment variable
3 days ago
if you are using railway default builder (Railpack), you just have to add RAILPACK_NODE_VERSION=24.18.0 in your environment variable
so i did the update and i am still getting this error:
callClaude error (attempt 1): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close
callClaude error (attempt 2): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close
callClaude error (attempt 3): Invalid response body while trying to fetch https://api.anthropic.com/v1/messages: Premature close