We are getting the error while exporting the report:
“Application is currently unable to handle this request.”
However when we try to export the report having less data, it’s working but in case of large report, it throws the error. I have increased the size (upload_max_filesize and post_max_size) in php.ini file as well, but no luck.
Increment in memory_limit does the trick and we are able to export the report. However it is taking long time to execute.
The report size is just over 5MB, and it is taking more than a minute to export.
As of now, issue is rectified, but definitely worth checking to decrease the process time.