2 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?
0 Replies
2 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
2 months ago
What web framework?
When you’re uploading files that are more than 500mb they can corrupt in transit
2 months ago
BODYSIZELIMIT variable, default is 512kb
2 months ago
Assuming you’re using Node adapter
2 months ago
2 months ago
Railway variable
2 months ago
Yep. And the docs do say.
2 months ago
And don’t use exactly 2G if you’re trying to send a 2G payload
2 months ago
Make it 2.2
2 months ago
!s
Status changed to Solved dev • 2 months ago