2 months 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
2 months 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 • 2 months ago
2 months 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`.
2 months ago
I have done that but still having the same issues
I have done that but still having the same issues
2 months ago
Are you using the last version of the CLI? It's v4.51.0
2 months 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!