asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Not working on Heroku environment #183

Open bogdanbujdea opened 7 years ago

bogdanbujdea commented 7 years ago

ng-csv works on my local machine, but it doesn't work when I deploy it to the staging or production environment(hosted on Heroku). By "it doesn't work" I mean that it doesn't do anything, no csv file is created, and I don't see any errors in the console. Any ideas on why this might be happening? I can't add logs in the node_modules because I can't have ssh access to the Heroku app.