Closed
Description
Description
Multiple reports of difficulties to download a file. At the end sometimes it works using another browser or in private navigation modes. This problem was brought up by people using Edge and Mozilla.
From one exemple that I got with a user :
- Click the file and wait
- Nothing happens exept a timeout, you can click multiple times and nothing will happen either
- In the console no errors are thrown, and the file seems to be well fetched from the backend
Here are the network logs from the moment the user click on the file. We can see that future request are also going out after some times
The request to download the file is well formed and we have in the response the data for the file. But it is not displayed
Steps to reproduce
No idea