Getting a 500 error code when deploying
litcodeur
PROOP

2 years ago

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 Actions

10 Replies

litcodeur
PROOP

2 years ago

3b940ed6-960b-451c-a8cb-ae856e2595a5


2 years ago

What is the size of your project, minus folders like node_modules


paced
PRO

2 years ago

Seeing this too, both on GitHub Actions and locally via CLI. Service: aa701666-4f49-426d-ab2e-8bce74b577f5, "bytes" when running verbose: 170884.


litcodeur
PROOP

2 years ago

A fairly large monorepo, do you want the data in bytes?


litcodeur
PROOP

2 years ago

But each service is deployed independently via docker


2 years ago

larger than 40MB? because that is the max size you can upload with the cli


paced
PRO

2 years ago

My builds are now working, thanks, if somebody fixed something just now!


litcodeur
PROOP

2 years ago

Yeah that’s it, it’s ~45 mb


litcodeur
PROOP

2 years ago

Are there any alternatives to deploying a monorepo? I’m using GitHub actions to test/deploy applications


2 years ago

you can deploy straight from railway


Loading...