kashifjavedaddo commented on issue #23349:
URL: https://github.com/apache/superset/issues/23349#issuecomment-2218078560

   Hi,
   
   We are facing the same issue on two superset instances after upgrading to 
Version 3.1.1 on both instances. After clicking on Export icon, busy cursor 
keeps running and export file is not downloaded.
   
   I have checked the code in 
python3.9/site-packages/superset/dashboards/api.py: 
   
   It is as it should be as shown below:
   
           response = send_file(
                   buf,
                   mimetype="application/zip",
                   as_attachment=True,
                   download_name=filename,
               )
   
   Please reopen this issue and assist in solving the problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to