413 Request Entity Too Large while using `railway up`
I was trying to upload a new project on Railway, when i ran into this error. The project folder i was uploading was about 500 MB, and from the Pricing page i can see that the containers have 100 GB of storage, The full error is in the screenshot attached.
5 Replies
After searching in the posts here, i see that a workaround could be to use a private GitHub repository. I'll try that instead
whats in the folder
why is it 500mb
there are some pre-built iOS emulators in there, which tend to be pretty large in size
but since those are just static files, i could place them on a separate CDN
some of the files even exceed the git size limit, so that isn't any better
Git Large File Storage
Git Large File Storage
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
yes please do
dont store huge things in git repos
thats not what git is for