I am trying to POST call using Router through express but I am getting request entity too large error, can anyone please help to solve the issue?
I want to set mb limit to my POST call payload. I have tried app.use() limit setting through body-parser but seems to get the same issue.
Thanks