Skip to content Skip to sidebar Skip to footer

Provided Og:image Url, [url To Aws S3] Could Not Be Processed As An Image Because It Has An Invalid Content Type

Building my company website and want the image to display when I share the link on facebook. The correct meta description and titles show up for each page but not the images. The f

Solution 1:

I figured out the issue. I was dumb and ended up mistyping the static url. It was supposed to be {%"static 'static/img/ssg600.png' "%}

What I will say to anyone who is wondering why their pictures aren't appearing is to 1. Check your links, 2. Make sure your amazon s3 images are public (can do this by clicking on the link that is rendered on your site. If its public it will show up. Otherwise it will say access denied.) 3. Make sure your meta urls match the page that you rendered (Another page I had seemed to have the correct information but I had included the wrong meta url and so the image would not render properly."

Post a Comment for "Provided Og:image Url, [url To Aws S3] Could Not Be Processed As An Image Because It Has An Invalid Content Type"