When attempting to export the Clients Report to Excel from the system, the request fails after approximately 3 minutes, and the server returns a 504 Gateway Timeout error.
Actual Result:
Actual Result:
- The request to the endpoint /api/v1/Report/action/exportList keeps processing for around 3 minutes.
- The server responds with 504 Gateway Timeout.
- Users cannot export the report (3,397 records).
- Affects reporting and business operations.
- HTTP Status: 504 Gateway Timeout
- Request Method: POST
- Server: awselb/2.0
- Duration: ~180 seconds
- Content-Type: text/html
- Export operation taking too long due to large dataset size.
- Backend process not optimized (heavy queries, or slow Excel generation).

Comment