Hi, i’ve a strange bug.
It seems i can’t display images in my Discourse forum.
when i add an image, the upload process goes fine, in the message preview i can see the image but as soon as i publish the message, the image disappear
i can’t see the image in the discussion. But if i hit “EDIT” i will see it again in the preview
Do you use an external provider for uploads (amazon s3) ?
If not, I have two guesses (but I’m usually bad at this): you added some css custom for cooked images and it affects uploads also you can try /safe-mode, deactivate plugins and theme et check if it works.
Or during the post processus, the forum generates an optimized image and it doesn’t work. You can try deactivating the create thumbnails setting and upload a new image (you can’t use the same, because of a caching magic that remembers this image). It will not create an optimized version and it might work.
Check the /logs page anyway, there might be some useful info
If that CSS solved the problem, it’s probably because the image is shown wih 0px by default. Are you using some custom theme, or have other custom CSS code that might be causing it?