Getting a 500 error code when deploying
I'm getting an error
Failed to upload code with status code 500 Internal Server Error
when uploading code via railway up --service ***
using Github Actions9 Replies
Project ID:
3b940ed6-960b-451c-a8cb-ae856e2595a5
3b940ed6-960b-451c-a8cb-ae856e2595a5
What is the size of your project, minus folders like node_modules
New reply sent from Help Station thread:
Seeing this too, both on GitHub Actions and locally via CLI. Service: aa701666-4f49-426d-ab2e-8bce74b577f5, "bytes" when running verbose: 170884.You're seeing this because this thread has been automatically linked to the Help Station thread.
A fairly large monorepo, do you want the data in bytes?
But each service is deployed independently via docker
larger than 40MB? because that is the max size you can upload with the cli
New reply sent from Help Station thread:
My builds are now working, thanks, if somebody fixed something just now!You're seeing this because this thread has been automatically linked to the Help Station thread.
Yeah that’s it, it’s ~45 mb
Are there any alternatives to deploying a monorepo? I’m using GitHub actions to test/deploy applications
Solution
you can deploy straight from railway and have it wait for ci