Change8

@astrojs/cloudflare@14.0.2

📦 astroView on GitHub →
🐛 1 fixes

Summary

This patch fixes an issue where build errors during prerendering in workerd were silently ignored, leading to incomplete builds. Errors are now correctly surfaced during `astro build`.

🐛 Bug Fixes

  • Fixed prerender errors being silently swallowed when pages throw during rendering in workerd, which previously caused `astro build` to exit 0 and emit truncated HTML. The response body is now fully buffered inside workerd before being sent back to the build process, ensuring streaming errors are caught and surfaced as build failures with clear error messages.