[ISSUE]: Just noticed, that uploading pictures does not seem to work properly any more. Interestingly enough, automatically generated thumbnails, as for example here are still working.
Error message in interface looks like this:
{"data":{"errror":"unknown","message":"Request error: error sending request for url (http://localhost:8080/image): error trying to connect: tcp connect error: connection refused (os error 111)"},"state":"success"}
journalctl view of the logs shows this on trying to upload an image:
2025-03-20T15:56:54.924172Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Unknown: Request error: error sending request for url (http://localhost:8080/image): error trying to connect: tcp connect error: Connection refused (os error 111)
0: lemmy_server::root_span_builder::HTTP request
with http.method=POST http.scheme="http" http.host=lemmy.abnormalbeings.space http.target=/pictrs/image otel.kind="server" request_id=51441e08-3151-4215-9358-64d1dbd87981 http.status_code=400 otel.status_code="OK"
at src/root_span_builder.rs:16
Will start a journey to fix now, mostly leaving this so maybe it will help someone in the future while searching online