cd /var/discourse
./launcher enter app
tail -f /shared/log/rails/production.log
See also this article regarding Discourse logs.
If this happens only to the existing posts, but the new posted images are fine, then it helped to me to run
rake uploads:recover_from_tombstone
rake posts:rebake
Please see also there.
1 Like