Open ECHOlinuxWarrior opened 1 month ago
The issue is that during the initial processing time, the browser does not provide any feedback or indication that the file is being prepared for download. This leaves the user uncertain about whether the download is proceeding as expected. Ideally, there should be some kind of progress indication during this processing phase before the file starts downloading.
@jelveh I think this happens because trigger_download()
buffers the response to a Blob and then calls saveAs
afterwards. I checked nginx config and the logic of down.js
and everything looks like it should be streaming to the client from backend.
Could you please provide more information on this?