We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting large data sets as CSV gives a failed network error when attempting to download. This happens in Chrome, but not in Firefox.
Not sure why this happens but I was able to fix the issue by modifying the original code a bit as follows in this answer: https://stackoverflow.com/questions/39374157/angular-save-file-as-csv-result-in-failed-network-error-only-on-chrome
Another (possible) solution which I did not try may also be setting the content-length: https://stackoverflow.com/questions/39677280/chrome-failed-network-error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exporting large data sets as CSV gives a failed network error when attempting to download. This happens in Chrome, but not in Firefox.
Not sure why this happens but I was able to fix the issue by modifying the original code a bit as follows in this answer: https://stackoverflow.com/questions/39374157/angular-save-file-as-csv-result-in-failed-network-error-only-on-chrome
Another (possible) solution which I did not try may also be setting the content-length: https://stackoverflow.com/questions/39677280/chrome-failed-network-error
The text was updated successfully, but these errors were encountered: