-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images are not complete and show grey background #3164
Comments
Hey @SilverFoxA thank-you for reaching out, can you please share repro code. Do you see any errors when a faulty picture is uploaded? |
Hello @ajredniwja , Hope you are doing well. This issue started 2-3days back, I'm assuming it has something to do with the latest changes to AWS S3 - just an assumption. Here's the codebase UploadToS3Queue.js
UploadLogic
Please let me know if you need any further information regarding the same. The file got uploaded, I got a success response. |
I am able to upload images successfully using the code snippet that you provided. Is there anything that you have noticed, any pattern or special case where it fails every-time? |
I haven't been able to get to any conclusion as couldn't find any valid reason behind the output. I have shared the image using which I was able to replicate the error. I'm also facing another problem because of this upload issue, which I have posted here: aws-solutions/serverless-image-handler#197 |
@SilverFoxA, as mentioned there in the thread as well, I am not able to reproduce the error as well. Do you see any error when the picture is uploaded? |
There's no error as pointed earlier. |
Closing this issue now, reach out if you have additional questions. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
In my application, I'm allowing admins to upload products in bulk. In the excel sheet, admin can add multiple images. The images are the link of google drive photos. The application downloads the image from google drive and stores it in the local webserver. Which looks like this: https://i.imgur.com/qOWoMGn.jpg
When I upload using the SDK to AWS S3, it looks like this: https://i.imgur.com/tbDcSfR.jpg
Is the issue in the browser/Node.js?
Node.js
If on Node.js, are you running this on AWS Lambda?
No
Details of the browser/Node.js version
v13.7.0
SDK version number
"aws-sdk": "^2.524.0",
To Reproduce (observed behavior)
We couldn't trace the issue of why, as it happens with few where the others are just fine.
Expected behavior
It's should display me the complete image.
Screenshots
Original Image: https://i.imgur.com/qOWoMGn.jpg
Faulty Image: https://i.imgur.com/tbDcSfR.jpg
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: