Question
POST request to server doesn't work after some size
I have successfully deployed my R plumber file to digital ocean ubuntu-s-1vcpu-2gb-fra1-01
. The API works as expected, but I have a problem when I try to send large files through the network. For example, I can send a vector (which is probably internally transformed to json) of the size 100.000, but I can’t send the vector of the size 200.000. Since vector of the size > 100.000 is normal in data science, is it possible to somehow change server configs to allow for greater files?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×