# Wrong images link after cooking - since recent upgrade

**URL:** https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267
**Category:** Support
**Created:** [January 31, 2020, 6:12am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267 "2020-01-31T06:12:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![schungx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schungx/32/70989_2.png) [@schungx](https://meta.discourse.org/u/schungx)
#### Post date: [January 31, 2020, 6:12am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/1 "2020-01-31T06:12:17Z")

</div>

Upgraded to 2.4.0.beta10 [8a82ceb3bc].

After cooking, all images in posts had the wrong `src` URL.

For example, before cooking:

```plaintext
https://xxx.blob.core.windows.net/support/original/2X/1/13452effd9ce842874ae17e3145f4e28911d4b41.jpeg

```

After cooking:

```plaintext
https://support.xxx.com/t/topic/3498

```

Obviously, the cooked URL for the image `src` is wrong. It should be the optimized image under `xxx.blob.co.windows.net`; instead it is the topic’s link itself.

I am using Azure-Blob-Storage plugin. Not sure it it has something to do with it.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 31, 2020, 6:24am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/2 "2020-01-31T06:24:48Z")

</div>

> [@schungx](#):
>
> I am using Azure-Blob-Storage plugin. Not sure it it has something to do with it.

Very extremely likely, the plugin is not supported and not maintained and marked as #plugin:broken-plugin at the moment.

> [@Azure Blob Storage Plugin](https://meta.discourse.org/t/azure-blob-storage-plugin/79392):
>
> [discourse-azure-blob-storage](https://github.com/discourse/discourse-azure-blob-storage) floppy_diskI have created the Azure Blob Storage plugin as part of my [Outreachy](https://www.outreachy.org/) internship with Discourse. It allows storing uploads into the [Azure Blob storage](https://azure.microsoft.com/en-us/services/storage/blobs/). Azure account If you don’t have an Azure account yet, [create one for free](https://azure.microsoft.com/en-us/free/) In your Microsoft Azure portal, go to Storage account and add a new account - make sure to select Blob storage under Account kind Go over to your newly created storage account and find Containers in the settings. Add a container i…

---

<div class="post-metadata">

### Author: ![schungx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schungx/32/70989_2.png) [@schungx](https://meta.discourse.org/u/schungx)
#### Post date: [January 31, 2020, 8:17am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/3 "2020-01-31T08:17:14Z")

</div>

Understand that this is free software and all…

But still, under `discourse` org maybe it should have some basic maintenance such that it doesn’t break with each change to the storage layer?

Not really complaining… Free and all…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 31, 2020, 8:19am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/4 "2020-01-31T08:19:31Z")

</div>

Unfortunately we have zero paying enterprise customers using this plugin, if this changes we will certainly make it official and maintain it

---

<div class="post-metadata">

### Author: ![schungx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schungx/32/70989_2.png) [@schungx](https://meta.discourse.org/u/schungx)
#### Post date: [February 2, 2020, 3:41am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/5 "2020-02-02T03:41:30Z")

</div>

Just to report back that this issue has been resolved (not sure if 100%).

> [@Azure Blob Storage Plugin](https://meta.discourse.org/t/azure-blob-storage-plugin/79392/82):
>
> EDIT: OK, I added secure: false to store\_optimized\_image and everything seems to work fine now.

Can be closed.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 2, 2020, 4:00am UTC](https://meta.discourse.org/t/wrong-images-link-after-cooking-since-recent-upgrade/140267/6 "2020-02-02T04:00:21Z")

</div>


