Go to file
Matt d21dc88812
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m1s Details
Build and Push Docker Image / build (push) Failing after 2m31s Details
fix: Wrap useSearchParams in Suspense boundary
Next.js 15 requires useSearchParams() to be wrapped in a
Suspense boundary for static page generation.

- Split LoginForm into separate component
- Add Suspense wrapper with loading skeleton
- Fixes build error on /login page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 12:52:41 +01:00
.gitea/workflows fix: Remove npm cache from CI workflow 2026-01-06 12:44:34 +01:00
prisma feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
src fix: Wrap useSearchParams in Suspense boundary 2026-01-06 12:52:41 +01:00
.env.example feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.env.local.example feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
.gitignore feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
CLAUDE.md feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
Dockerfile feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
docker-compose.yml feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
eslint.config.mjs chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
hub.nginx.conf Add nginx configuration for Hub deployment 2025-12-22 14:23:24 +01:00
next.config.ts feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
package-lock.json chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
package.json chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
postcss.config.js feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tailwind.config.ts feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tsconfig.json feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00