1

Using AWS Elastic Beanstalk, node: 12.13.1.

I am making put/post requests with images bigger than 1mb, and edited config files different ways to accept 10m files.

No matter the solution I tried, the server keeps rejecting requests with the same 413 error message.

I've tried:

config folders

config file 2

config file 3

I would appreciate anyone with a working alternative. Thank you

Tarun Lalwani
  • 142,312
  • 9
  • 204
  • 265
pfx
  • 11
  • 3
  • First. Please do not paste code as screenshots, but properly formatted code blocks. Second, why do you have two `conf` files in your nginx? What do they do? – Marcin May 30 '21 at 23:47

1 Answers1

0

I fixed the issue, Some files starting with "." are hidden and have to be brought up with command + shift + "." . Once the platform file is visible in the folder, and uploaded, it will work and increase the limit.

pfx
  • 11
  • 3