Image does not refresh after theme change

Hi everyone,

I’m experiencing an issue with images not updating correctly in my Glide app after switching between themes.

Here’s what’s happening:
I’m using dynamic images, and when the user changes the theme, the rest of the app responds as expected — but the images do not reload or adapt. This is particularly problematic when I’m using theme-specific images or placeholders that should visually match the current theme.

Even after refreshing the page or navigating to a different tab and back, the image stays the same, as if it’s cached. I’ve tried using different components (Image, Card, etc.), but the issue persists.

What I’ve tried:
• Using unique image URLs (e.g., with timestamp query params)
• Forcing a data reload
• Rebinding the image component via visibility conditions
• Clearing browser cache

No luck so far.

Has anyone encountered a similar issue or found a workaround to force image components to refresh after a theme change?

Thanks in advance!

So users are able to pick a theme, the theme will be stored in your database, and the app’s appearance change based on it?

How are the images dynamic related to your theme variable? Can you show us how you configure those?