Hi community, I created simple application to upload files to S3 bucket. I am using the “fileStorageUploadField” component in my view to select and upload the file.
The application is using the AWS file storage.
From local workstation everything works fine.
When application is deployed to Elastic Beanstalk in AWS and I try to upload the same 2.5mb file I get this error in the NGINX.log: “*515 client intended to send too large body:” and an error message on screen.
I already tried putting this configurations in the application.properties file: (worked in local machine but not in Aws)
spring.servlet.multipart.max-file-size=25MB
spring.servlet.multipart.max-request-size=25MB
Jmix version is 2.3.4 IntelliJ version 2024.1
Has anyone faced this issue before or have some ideas I can try?
Thank you.
Luis Cisneros