Commit graph

5 commits

Author SHA1 Message Date
8027ef0ac9 Fix: Add missing required fields to document upload
- Added title, summary, and notes fields to FormData for upload
- Uses filename (without .pdf) as document title
- Resolves 'title is required' validation error
- Completes PDF upload functionality fix
2025-06-25 15:50:00 -05:00
0331ecaa84 Fix admin login API endpoint: Use Next.js proxy instead of direct backend call
- Changed from process.env API_URL to /api/auth/login
- Fixes network error by using Next.js API rewrites
- Login now properly routes through frontend proxy to backend
2025-06-25 15:14:27 -05:00
1cbf36dc00 Fix frontend health check: Install curl in Alpine container
- Added apk add curl to frontend Dockerfile
- Fixes unhealthy container status by enabling health check to work
- Health check now properly tests http://localhost:806
2025-06-25 15:08:04 -05:00
329f88d374 Fix frontend port configuration: Update Dockerfile to use port 806
- Changed EXPOSE from 3000 to 806
- Added PORT=806 environment variable
- Updated health check to use port 806
- Fixes admin login network error by aligning with docker-compose.yml 806:806 mapping
2025-06-25 15:02:36 -05:00
0508602479 Initial commit: Elizabeth Kragh v. MAD Court Docket Website 2025-06-25 14:15:19 -05:00