Hi
We are using the the latest Discourse version r 3.1.0.beta2, and it looks like the images prior 2022 are not displayed.
I launched some tools trying to recover them. No way.
cd /var/discourse/
./launcher enter app
rake posts:missing_uploads
Looking for missing uploads on: default
Fixing missing uploads:
109 post uploads are missing.
101 uploads are missing.
14 of 101 are old scheme uploads.
73 of 392439 posts are affected.
rake uploads:missing
rake uploads:recover_from_tombstone
Weβve got this:
However, it looks we can edit the post and the image appears in the edit area.
The difference between image in edit and the image in the forum is.
Side Edit:
<img src="/uploads/default/original/3X/e/8/e8447f3cb3fbeadfbc1757ef6dd3da6a669f15ca.png" ....
Side Forum:
<img src="https://xxxxxxxxxxxxxxxxxx/uploads/default/optimized/3X/e/8/e8447f3cb3fbeadfbc1757ef6dd3da6a669f15ca_2_690x219.png" ...
Is there a way to fix that?
Thanks
Franck