openblocks icon indicating copy to clipboard operation
openblocks copied to clipboard

limit is capped at 100kb

Open FrankoFM opened this issue 3 years ago • 0 comments

I am sending a REST POST request to my API containing a file from the "File Upload" component. My API is making use of app.use(bodyParser.json({ limit: "100mb" })); so it shouldn't be a problem on my end. DevTools is giving me: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) So I'm asuming that its limited on openblocks end.

I am using the local Docker version.

FrankoFM avatar Nov 23 '22 17:11 FrankoFM