Description:
CORS is not properly configured in main.ts. The application needs proper CORS settings for production with specific allowed origins.
Technical Requirements:
- Configure CORS with environment-specific origins
- Set proper allowed methods and headers
- Configure credentials handling
- Add preflight caching
- Document CORS policy
Acceptance Criteria:
Description:
CORS is not properly configured in
main.ts. The application needs proper CORS settings for production with specific allowed origins.Technical Requirements:
Acceptance Criteria: