# Missing optimized photos

**URL:** https://meta.discourse.org/t/missing-optimized-photos/292595
**Category:** Bug
**Created:** [January 23, 2024, 3:42am UTC](https://meta.discourse.org/t/missing-optimized-photos/292595 "2024-01-23T03:42:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Creatures\_Prehistori](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/creatures_prehistori/32/329607_2.png) [@Creatures\_Prehistori](https://meta.discourse.org/u/Creatures_Prehistori)
#### Post date: [January 23, 2024, 3:42am UTC](https://meta.discourse.org/t/missing-optimized-photos/292595/1 "2024-01-23T03:42:57Z")

</div>

# Question:

I upgrade from 3.2.0.beta2 to 3.2.0.beta4-dev by rebuild the app, and run it successly.  
Then I found that all topic’s photo is missing(URL is 404)  
I check server, found original photos in dir : `/mnt/discourse/shared/standalone/uploads/default/original/1X`  
But URL in topic is dir like : `/shared/standalone/uploads/default/optimized/1X`  
the url example:  
`https://my.website.com/uploads/default/optimized/1X/e130e9d95a98ef1b876831603c280fea60cc4ba9_2_690x107.png`  
I cant find this file in `optimized` folder.  
How can I fix this bug?

* * *

## Version:

3.2.0.beta4-dev

## Plugins:

```plaintext
docker_manager
discourse-math
discourse-chat-integration
discourse-yearly-review
discourse-calendar
discourse-solved
discourse-feature-voting
discourse-checklist

```

---

<div class="post-metadata">

### Author: ![Creatures\_Prehistori](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/creatures_prehistori/32/329607_2.png) [@Creatures\_Prehistori](https://meta.discourse.org/u/Creatures_Prehistori)
#### Post date: [January 23, 2024, 6:46am UTC](https://meta.discourse.org/t/missing-optimized-photos/292595/2 "2024-01-23T06:46:24Z")

</div>

Maybe Plugin resize photo have some problem:

When I edit, photos can dispaly correctly.Then I refresh(Ctrl+F5) the page, It’s disappear.

---

<div class="post-metadata">

### Author: ![Creatures\_Prehistori](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/creatures_prehistori/32/329607_2.png) [@Creatures\_Prehistori](https://meta.discourse.org/u/Creatures_Prehistori)
#### Post date: [January 23, 2024, 7:10am UTC](https://meta.discourse.org/t/missing-optimized-photos/292595/3 "2024-01-23T07:10:42Z")

</div>

I fix this problem. But I dont know anything create this problem.  
I find `/shared/standalone/uploads/default/optimized`folder in backup file.  
then move these photos to the folder running server.
