I am trying to setup the ability to download using unique tokens, as detailed in your documentation, but am having difficulties - but only on certain browsers, which is odd.
My setup is as follows:
- Hidden, public, menu item created of type "Phoca Download » Download View"
- Published, authorised, and public file uploaded with security token generated
- Unique download link contains the menu item name e.g. www.example.com/download/[download-token]
- I have a HTML template override for the download page, but the same issue occurs with the default HTML
- Phoca Download version 3.1.4, Joomla 3.8.12, PHP 7.0.32
I tried to figure out why it worked in Safari only by using the web developer consoles built into the browsers, but it didn't help much. However, when the download link/button was clicked in Safari, an error message appeared in the console: "Failed to load resource: Frame load interrupted" alongside the link that is loaded when the download button/link is clicked.
Are you able to offer any advice on how I can get the unique download link working on other browsers? I've had a browse through the documentation and forums and couldn't find anyone else asking about this, nor anything that looked odd in the code.
Thank you


