@alex @MischievousuTomatosu @paulo I had issues with the media/proxy endpoints due to something to do with the proxy settings, don’t remember what it was but check your config against mine @paulo
location ~ ^/(media|proxy) { proxy_cache pleroma_media_cache; proxy_cache_key $host$uri$is_args$args; proxy_cache_valid 200 206 301 304 5m; proxy_cache_revalidate on; proxy_cache_lock on; proxy_ignore_client_abort on; proxy_buffering on; chunked_transfer_encoding on; proxy_pass http://phoenix; }