All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m29s
The calculator page was failing during build because useSearchParams() requires a request context and cannot be used during static site generation. Added 'export const dynamic = force-dynamic' to force dynamic rendering, which allows useSearchParams() to work correctly for QR code parameter detection. This fixes the build error: "Error occurred prerendering page "/calculator"" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>