Using Chrome, it is impossible to download any csv files from the server.
Judging based on the logs: Chrome sends a DELETE request to the backend, which in turn terminates the session. The result is an unknwon project id when searching for the CSV.
Root of this issue is the window.onUnload handler that is called when the user leaves the page.
Using Chrome, it is impossible to download any csv files from the server.
Judging based on the logs: Chrome sends a DELETE request to the backend, which in turn terminates the session. The result is an unknwon project id when searching for the CSV.
Root of this issue is the
window.onUnloadhandler that is called when the user leaves the page.