I am facing an issue with our Node.js application deployed on Render. We have implemented an image upload feature that sends files directly to AWS S3. However, we’re encountering a problem when trying to upload images from an Android client. The upload fails without any clear indication of what’s going wrong.
Interestingly, when I test the same upload functionality using Postman, the images are successfully sent to S3 without any issues. This leads me to believe that the problem might be related to how the Android client interacts with the application or potentially something specific to the deployment environment.
I would appreciate any one assistance in diagnosing this issue.
I am using android Client with Volley Configured; via Multipart Request Type.