Hello Parsers!
I’m running into issues while uploading files to my own deployed parse server. I used NPM module and installed it on my ubuntu server through npm install parse-server
.
413 Payload Too Large error nginx / ubuntu 22.04
is the error I’m getting. I’ve set client_max_body_size 300M;
in my NGINX config file and I know I need to do some configurations to node.js server according to this answer. But I don’t really know how to access index.js of parse-server node project(in regard of being installed through NPM module), neither I can find any related attribute to be set in config.json
of parse-server.
Would you shed some light?