Files
stack/apps/web
Jason Woltje c917a639c4
All checks were successful
ci/woodpecker/push/web Pipeline was successful
fix(#411): wrap login page useSearchParams in Suspense boundary
Next.js 16 requires useSearchParams() to be inside a <Suspense> boundary
for static prerendering. Extracted LoginPageContent inner component and
wrapped it in Suspense with a loading fallback that matches the existing
loading spinner UI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 17:07:18 -06:00
..