While running railway up getting timeout error
khushboo3307
FREEOP
2 months ago
While running railway up getting timeout error
Attachments
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:
- Add a
.railwayignorefile (same syntax as.gitignore) to exclude unnecessary files like large data files, build artifacts, or anything not needed for the build. - 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
