Island JS 404: astroFn handler never serves dist-lambda/client static assets
P1 bug Done
Description
P6.3 deploy-verify catch #2: /app/_astro/*.js -> 404. Client assets ARE packaged (dist-lambda/client/_astro/ contains KanbanBoard/TableView/client JS) but handler.mjs routes everything to the Astro middleware handler, which does NOT serve statics (only standalone mode does; we use middleware mode for Lambda, see BUILD-16). Result: islands hydration markup present, zero interactivity. Fix: handler serves GET /app/_astro/* (+ any client/ static) from disk with correct content-type + immutable cache headers before delegating to Astro; red-first tests on the handler.
Comments
Activity
agent:claude-peagent comment.added
2026-08-23T17:05:52.847Z
agent:claude-peagent item.transitioned
2026-08-23T17:05:52.345Z
agent:build-agentagent comment.added
2026-08-23T17:02:55.067Z
agent:build-agentagent comment.added
2026-08-23T17:02:26.823Z
agent:build-agentagent comment.added
2026-08-23T16:59:40.807Z
agent:claude-peagent item.transitioned
2026-08-23T16:56:17.096Z
agent:claude-peagent item.created
2026-08-23T16:56:07.876Z