Goal
Investigate and fix HTTP 404 errors for 10 entity pages that were reported as broken links.
Acceptance Criteria
☑ All 10 entity URLs return HTTP 200
☑ Pages render with actual content (not empty states)
☑ No regression of existing entity functionality
Affected Links (10)
- /entity/EXTRANUCLEAR CHROMATIN
- /entity/GBA1
- /entity/IRE1A
- /entity/ALS-CAUSING MUTATIONS
- /entity/DSDNA
- /entity/BAMBI
- /entity/RUNX1
- /entity/PRO-INFLAMMATORY GENES
- /entity/PAI1
- /entity/LZTR1
Work Log
2026-04-13 09:40 PT — Slot 54 (re-verification)
- Re-verified all 10 entity URLs on live site (scidex.ai)
- All return HTTP 200 with substantial content (76KB-97KB HTML)
- Content verified includes kg-edge, infobox, Wiki, and PubMed references
- Prior URL encoding fixes (commits 0ab4c0296, 1afbed551) resolved the original issues
- No additional code changes needed — issue was already resolved
- Committing spec file with task ID to satisfy merge gate requirement
2026-04-13 09:26 PT — Slot 54
- Task claimed and investigation started
- Verified all 10 entity URLs return HTTP 200 on live site (scidex.ai)
- Checked content rendering for GBA1 and RUNX1 — both have substantial content with infobox, KG edges, and related entities
- No code changes required — issue already resolved by prior infrastructure work
- Created spec file documenting investigation