FlowRouter: There is no route for the path: /1461160800000.ics

When a user clicks on a link that is being served in the public folder I get this message:

utils.js:191There is no route for the path: /1461160800000.ics

If you launch in new tab the download works. How can I fix this?

Consider adding a download attribute to your href, or a target=_blank, etc. For full details on why this is happening see:

Thanks! I added html5 tag download but still no dice. Adding target worked for me. Thanks.