Some checks failed
CI Pipeline / Lint Code (push) Has been cancelled
CI Pipeline / Test API Package (push) Has been cancelled
CI Pipeline / Test Web Package (push) Has been cancelled
CI Pipeline / Test Shared Package (push) Has been cancelled
Docker Build & Deploy / Build Docker Images (push) Has been cancelled
E2E Tests / End-to-End Tests (push) Has been cancelled
E2E Tests / E2E Tests (Mobile) (push) Has been cancelled
Security Scanning / NPM Audit (push) Has been cancelled
Security Scanning / Dependency License Check (push) Has been cancelled
Security Scanning / Code Quality Scan (push) Has been cancelled
Security Scanning / Docker Image Security (push) Has been cancelled
CI Pipeline / Build All Packages (push) Has been cancelled
CI Pipeline / Generate Coverage Report (push) Has been cancelled
Docker Build & Deploy / Push Docker Images (push) Has been cancelled
Docker Build & Deploy / Deploy to Staging (push) Has been cancelled
Docker Build & Deploy / Deploy to Production (push) Has been cancelled
Security Scanning / Security Summary (push) Has been cancelled
Added comprehensive CORS headers to the nginx proxy configuration to fix network errors when the frontend tries to fetch from the API. Changes: - Added Access-Control-Allow-Origin header with dynamic origin - Added Access-Control-Allow-Methods for all needed HTTP methods - Added Access-Control-Allow-Headers for Content-Type and Authorization - Added Access-Control-Allow-Credentials for cookie support - Added X-Forwarded-Proto header to pass HTTPS scheme to backend - Implemented preflight OPTIONS request handling This resolves "NetworkError when attempting to fetch resource" errors in the browser by ensuring proper CORS handling at the nginx level. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2.1 KiB
2.1 KiB