Closed simplysaru closed 1 year ago
I can confirm this issue on 10.13. I haven't looked into why it happens yet.
Thanks for looking into it @freron @simplysaru Sorry for not responding earlier. I didn't get any notifications about the issue. Hopefully it's worked out soon.
I took a quick look at this. The problem is that MailMate generates a temporary local file and Safari no longer allows reading that file (for security reasons). A temporary workaround is to enable the developer menu (in the Advanced panel of the Safari preferences) and then enable the menu: “Develop > Disable Local File Restrictions”.
The proper fix is more tricky. It appears one has to run a local http server to provide the file. I'm not sure if there is a better fix.
Cross-posting from the mailinglist: Starting a local webserver just to serve a CSV file for a bundle seems a bit like overkill to me. Wouldn’t it be easier to just generate a Javascript file with the data instead of a CSV and include it in the page using a Githubissues.
Hi.
I am unable to see any visualisations on Safari, Chrome, Firefox. Just a blank screen like this. http://d.pr/i/zKponC, http://d.pr/i/z2S3jw, http://d.pr/i/z2S3jw. the CSV file generated does have the data though. Not sure where the issue.