withastro / astro · Issue No. 17335
Astro v7.0.7
Node v26.4.0
System Windows (x64)
Package Manager pnpm
Output static
Adapter @astrojs/cloudflare
No response
In astro dev, updating a markdown file in a content collection (e.g. src/content/blog/post.md) does not refresh the corresponding dynamic slug page (/blog/post).
The dev server logs show the loader reloaded the file ([glob-loader] Reloaded data from ...), but the page continues serving stale content until astro dev is restarted.
Project details from repro:
7.0.726.4.0src/pages/blog/[slug].astroglob() in src/content.config.tsoutput: "static" with Cloudflare adapter in astro.config.mjsThis appears similar to the previously closed issue #15555, but reproducible on stable 7.x.
When a markdown file in the content collection changes during astro dev, the corresponding dynamic slug page should render updated frontmatter/body immediately (without restarting the dev server).
localhost
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.