increase payload size?
ralyodio
HOBBYOP

8 months ago

I couldn't upload a file for some reason, I guess it was too large, is there a way I can set maximum payload size to 2GB for my project?

Solved

22 Replies

8 months ago

Railway doesnt actually have any size limits that I know of, I've uploaded and downloaded 50gb files before. It's likely a configuration with the server you're running


irazvan2745
FREE

8 months ago

Multipart it


ralyodio
HOBBYOP

8 months ago

huh?


8 months ago

What web framework?


irazvan2745
FREE

8 months ago

When you’re uploading files that are more than 500mb they can corrupt in transit


irazvan2745
FREE

8 months ago

And you have to multipart it


ralyodio
HOBBYOP

8 months ago

sveltekit


ralyodio
HOBBYOP

8 months ago

yeah i'm using fetch how do i do it with fetch


8 months ago

BODY_SIZE_LIMIT variable, default is 512kb


8 months ago

Assuming you’re using Node adapter



ralyodio
HOBBYOP

8 months ago

put this in .env?


8 months ago

Railway variable


ralyodio
HOBBYOP

8 months ago

is this correct? BODY_SIZE_LIMIT=2G


ralyodio
HOBBYOP

8 months ago

docs don't say how to specifyc gb


8 months ago

Yep. And the docs do say.


8 months ago

And don’t use exactly 2G if you’re trying to send a 2G payload


8 months ago

Make it 2.2


ralyodio
HOBBYOP

8 months ago

shit how did i not see that! mandela effect.


ralyodio
HOBBYOP

8 months ago

thanks buddy


ralyodio
HOBBYOP

8 months ago

i had no idea it was a svelte issue


8 months ago

!s


Status changed to Solved dev 8 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...