a month ago
The deployment failed at the snapshot stage before any build or deploy could begin. The platform was unable to snapshot the repository after retrying for approximately 11 minutes. Try redeploying, and if the issue persists, contact Railway support.
Deployment is failing when I do railway up command from my local. I don't understand why
4 Replies
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
railway up as a request timeout of 35 secs, if your project is too big or if you're having issues with your internet connection it will end up failing.
Make sure to exclude large artifacts like node_modules.
medim
`railway up` as a request timeout of 35 secs, if your project is too big or if you're having issues with your internet connection it will end up failing. Make sure to exclude large artifacts like `node_modules`.
a month ago
I have done that but still having the same issues
I have done that but still having the same issues
a month ago
Are you using the last version of the CLI? It's v4.51.0
a month ago
I have experienced it, i found a few things that commonly cause this:
node_modulesor other huge folders being included- corrupted
.git - locked files on Windows
- OneDrive/Desktop synced folders
- outdated Railway CLI
in my case the problem was the CLI, just a tip!