amazon s3 bucket images not showing up in application - image

Today I got this error while displaying the images on site
Your request contains duplicate headers.
but still last week my site was showing images properly. there ware no error
I checked on s3 bucket there is not changes in settings .but still images not showing
enter image description here

Related

Strapi not showing images uploaded to s3

I have a crazy problem. I am uploading images to s3 via strapi. The files are in the bucket and I can access them. When showing them in my webpage I see them too.
But when I am in the strapi dashboard, I am just seeing the name of the file, but not the image. When I right click on the image and open it in a new tab its showing my the right one.
Did someone had a similar problem with strapi, s3, heroku?

Is there a file size limit for pictures deployed as html sites on heroku?

I'm having issues getting a .JPG picture file to display on Heroku app site. The picture loads locally when I open the html file in my browser locally but I get 404 unable to find image when I push it to heroku.
A 404 error means not found, this does not correspond to file size so does not suggest there is a limit, check you have the correct path to the image.

Images do not display on a static page hosted on AWS S3

In S3, I have an index.html, a CSS file and an images folder with 3 jpg files in it. I cut and pasted the jpgs into the S3 folder. They showed as being there. I set a display policy per the instructions to display to everyone. The page displayed, but the images did not. I get the alt text and the tooltips, but no images. On the page, when I right click the Open Image in New Tab, I get an Access Denied message in XML. The page is: http://s3.amazonaws.com/pittsfordcommunitycenter/index.html
Images display on my development PC. I've tried a lot of things in AWS, including what the documentation suggested. What do I need to change?
This is your index.html URL:
http://s3.amazonaws.com/pittsfordcommunitycenter/index.html
This is your first image URL, which is missing the bucket name:
http://s3.amazonaws.com/images/WheelchairInElevator_w_475.jpg
The image URL should actually be:
http://s3.amazonaws.com/pittsfordcommunitycenter/images/WheelchairInElevator_w_475.jpg
Viewing your page source it looks like, given the location of your index.html file, all your image paths should start with ./images/ instead of ../images/. Since it works on your local machine I'm guessing your local index.html location is different, relative to the image files.
AWS domain links are case sensitive unlike you local machine.
In AWS S3 static Webhosting
../images/WHEELCHAIRINELEVATOR_W_475.JPG is **NOT EQUAL** to
../images/wheelchairinelevator_w_475.jpg

Laravel Image error

Hello can anyone help me with this problem in laravel?
In local server when I upload image it is working but in live server it is not working because of this problem:
[2015-05-22 10:38:23] production.ERROR: exception 'Intervention\Image\Exception\NotWritableException'
with message
Can't write image data to path (/var/www/vhosts/domain-name/httpdocs/mainsource/img/courses/1432291103.jpg)
and if i create a folder inside mainsource img/courses image will be saved but doesn't show in the page.
Also i have the same folder img/courses in public from which also my courses page reads images and shows images.

In Bassi Banner Slider Image is not uploading in magento?

In Bassi Banner Slider, I'm going to upload an image in a slide. The image path has been stored to database, but the image is not uploading to site.
So image is not showing in front end, Only the path is shown.
What's the solution for this ?
Solved....
All the images are coming from the amazon server and i was uploading it to testing server.
On live site, it works well.

Resources