fix(worker): restore live public event routes - #29
Merged
Conversation
Repair the Cloudflare Worker delivery path for dynamic public event pages and calendar downloads. - Use the Worker-supported manual redirect mode for public event feed and slug lookups while preserving explicit non-OK rejection. - Load the event shell from the canonical /events/ asset path so static-asset redirect handling cannot discard the requested event slug. - Verified with pnpm build, git diff --check, and local Worker requests returning 200 HTML for the affected event route and 200 text/calendar for /events/calendar.ics.
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
devcongress-website | baf0f53 | Commit Preview URL Branch Preview URL |
Aug 11 2026, 04:18 PM |
bubunyo
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this fixes
Public event pages were failing on the live website, even though EMS was healthy. This restores event pages and the events calendar.
What changed
Why local testing looked fine
The local Astro server does not run the Cloudflare Worker used in production, so it did not hit this error. The fix has now been tested through the local Worker too.
Checked
200through the local WorkerAfter merge, we will confirm the live event page and calendar once the main deployment finishes.