openblocks
openblocks copied to clipboard
limit is capped at 100kb
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.