setActiveSprintCookie werd direct aangeroepen in app/(app)/products/[id]/sprint/[sprintId]/page.tsx,
wat in Next.js 16 een runtime-error oplevert ('Cookies can only be modified in a Server Action
or Route Handler'). Vervangen door een client-side bridge die syncActiveSprintCookieAction
aanroept na mount, zodat de active-sprint cookie nog steeds gesynced blijft met de URL.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| admin | ||
| active-product.ts | ||
| active-sprint.ts | ||
| api-tokens.ts | ||
| auth.ts | ||
| claude-jobs.ts | ||
| ideas.ts | ||
| jobs-page.ts | ||
| pairing.ts | ||
| pbis.ts | ||
| products.ts | ||
| profile.ts | ||
| push.ts | ||
| questions.ts | ||
| settings.ts | ||
| sprint-runs.ts | ||
| sprints.ts | ||
| stories.ts | ||
| tasks.ts | ||
| user-questions.ts | ||