mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| config | ||
| lib | ||
| styles | ||
| test | ||
| instrumentation-client.ts | ||
| instrumentation.ts | ||
| proxy.ts | ||