Bug Report
Describe the issue: This post’s preview image failed to load and was rendered on top of the title. I’ve only seen this happening to this exact post, so I’m not sure if this has something to do with the image failing do decompress.
PS the fail on the images rendering is: Failed to decompress image.
PSS if you wish I test something I’m happy to help
Steps to reproduce:
- Open post
Device Information
- App Version: 1.0.415 (415)
- Platform: android
- OS Version: UP1A.231005.007.M346BXXU7CXL3
- Notice: Using legacy Shared Preferences
Modified Settings
The following settings have been changed from defaults:
- shouldShowCrossposts:
false(default:true) - commentTextStyle:
bodySmall(default:bodyLarge) - mediaSecondaryAction:
download(default:none) - showFullVotes:
true(default:false) - isImageTapToClose:
false(default:true) - shouldImageConvertWebp:
false(default:true) - shouldStackDuplicatePosts:
false(default:true) - colourPrimary:
4287749631(default:null) - nsfwView:
Show(default:Blur) - postActions:
[](default:[]) - swipeActionsPost:
[](default:[]) - shouldVideoAutoplay:
never(default:always) - shouldRemembercommentPosition:
false(default:true) - shouldResolveOpenGraph:
false(default:true) - theme:
amoled(default:system) - enableHistory:
false(default:true) - displayUserVoteTotals:
false(default:true) - imageDomainRewrites:
{}(default:{})


The log in your post mentioned it was off. This setting does require you to close and reopen the app to take effect. It’s on by default so I didn’t have the problem but I did turned it off to verify.
That’s really weird! I’ve had that setting on during the bug report and after. However now I’ve disabled it and it no longer renders on top of the title. However it still fails to load.
That’s for the help tho <3
That’s odd, I remember the picture loaded fine with webp on. Now it’s not loading regardless in v1.0.420.
EDIT: Funny thing is if you have link preview enabled, the preview shows the picture just fine.
It’s kind of in a half fixed state right now as I rushed v420 out but basically Flutter (what Connect is written in) doesn’t support .avif images by default so I need to add a special library to handle it. There should be a proper fix coming in 421.