My mastodon instance won’t show images in my feed. Mastodon is just returning 404s. At first, public/system/ was owned by root, and when I changed the owner to mastdon, ran tootctl media refresh --force
, and restarted mastodon, it started showing images for the items I was viewing then. But any new items after that do not show images properly, and nor does older items if I scroll farther back. media refresh does nothing, even if I run tootctl media refresh --force --verbose
.
I’ve been trying some other things, like media remove
, NUM_DAYS=0 RAILS_ENV=production bundle exec rake mastodon:media:remove_remote
(which doesn’t seem to actually exist) and restarting Mastodon, and now at leas some of the images have popped up on the server, but Mastodon still returns a 404.