Bug
Featured/hero image is missing on the article page.
Example: https://sallys-spa.tryscribe.co/why-your-hands-and-lips-age-faster-than-you-expect
Expected
A featured image should display at the top of the article (above or below the title).
Actual
No featured image is rendered. The article goes straight from title/metadata into body text.
Investigation Needed
- Check if this article has a
featuredImage in the database (could be a data issue — image never generated/stored)
- Check if the image URL is broken (e.g. Vercel Blob expired or missing)
- Check if the page template has a conditional that skips rendering when image format is unexpected (e.g. base64 data URI vs URL)
- Could be related to the
/api/images/{id} fallback path for base64 images
Related
The related articles sidebar DOES show thumbnail images, so some articles in this site have working images.
Bug
Featured/hero image is missing on the article page.
Example: https://sallys-spa.tryscribe.co/why-your-hands-and-lips-age-faster-than-you-expect
Expected
A featured image should display at the top of the article (above or below the title).
Actual
No featured image is rendered. The article goes straight from title/metadata into body text.
Investigation Needed
featuredImagein the database (could be a data issue — image never generated/stored)/api/images/{id}fallback path for base64 imagesRelated
The related articles sidebar DOES show thumbnail images, so some articles in this site have working images.