The Diagrams Were There the Whole Time

Published July 15, 2026Updated July 26, 20261 min read

A few images on our homepage stopped loading. Not the screenshots, not the logos, specifically the four journey-map diagrams that explain how an episode becomes assets, how a guest goes from booked to promoted, and how the whole flywheel turns. The pictures that do the most explaining were the ones nobody could see.

Here's the frustrating part: the images themselves were perfectly fine. You could open any of them directly and they'd load instantly. But our site doesn't serve images raw, it runs them through an optimizer that resizes them for your screen so pages load fast. And that optimizer keeps a guest list. If an image's home address isn't on the list, it gets turned away at the door. We'd moved these diagrams to a new media host a while back and never added that host to the list.

So the server said "not allowed," the page quietly left a blank space, and everything else looked normal. No error, no crash. Just missing pictures.

The fix was one entry in a config file, add the media host to the allowlist. The real work was making sure this can't sneak back: we wrote the rule down in the repo's regression log, so the next time anyone points the site at a new image host, the checklist catches it before you do.

That's the same instinct PodGlue is built on, honestly. The worst problems aren't loud failures, they're the quiet ones, the follow-up that never got sent, the guest who never heard back. Silence looks fine until you check.

The diagrams are back. Go look at the flywheel, it's a good one.

Ready to make every episode compound?

PodGlue is the operating system for relationship-driven podcasters.

Get Started Free

Related reading