While running railway up getting timeout error
khushboo3307
FREEOP

2 months ago

While running railway up getting timeout error

Attachments

Solved

1 Replies

Status changed to Awaiting Railway Response Railway 2 months ago


2 months ago

The railway up command has a 35-second timeout for uploading your project files. The upload compressed successfully but timed out during the send, which means the compressed payload is too large for your connection to upload within that window.

To fix this, reduce the size of what's being uploaded:

  1. Add a .railwayignore file (same syntax as .gitignore) to exclude unnecessary files like large data files, build artifacts, or anything not needed for the build.
  2. Alternatively, connect a GitHub repo to your service instead of using railway up. This avoids the upload timeout entirely since Railway clones directly from GitHub.

Status changed to Awaiting User Response Railway 2 months ago


Status changed to Solved khushboo3307 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...