@anonymous6479@dcc I don't know how to access iEX console when running from source, but on OTP releases it's as easy as running `./bin/pleroma remote`. Then you could try fetching posts via `Pleroma.Object.Fetcher.fetch_object_from_id("http://instance.tld/objects/asdasdasdas")`, this would return either the fetched post or an error that might point to where the issue is.