codeflash-internal/js/cf-webapp/src
Kevin Turcios 459f07dde2 fix: remove redundant auth check from roadmap page
The page-level isTeamMember() check breaks PPR (Partial Prerendering):
at build time there's no session, so the prerender resolves as a
redirect/404 and the static shell poisons all runtime responses with 404.

Team member gating is already handled by proxy.ts middleware (lines 50-58),
matching how /observability and other team-gated routes work.
2026-04-15 05:23:46 -05:00
..
app fix: remove redundant auth check from roadmap page 2026-04-15 05:23:46 -05:00
components fix: replace hardcoded edit secret with session auth (#2608) 2026-04-14 21:59:58 -05:00
config minor ux changes 21nov (#2040) 2025-11-21 14:52:43 -08:00
lib fix: provide JWT_SECRET to CI build workflows (#2607) 2026-04-14 19:25:41 -05:00
styles observability v2 toggle (#2378) 2026-02-07 15:50:12 -05:00
test fix: provide JWT_SECRET to CI build workflows (#2607) 2026-04-14 19:25:41 -05:00
instrumentation-client.ts perf: fix CI build + lazy-load heavy libs + parallelize DB queries (#2601) 2026-04-13 11:03:05 -05:00
instrumentation.ts perf: fix CI build + lazy-load heavy libs + parallelize DB queries (#2601) 2026-04-13 11:03:05 -05:00
proxy.ts FIx(auth): enhance OAuth handling and improve code structure (#2585) 2026-04-08 22:40:42 +02:00