Hi, I'm using Bunny.net for storage and CDN, and there's a weird thing that's happening that breaks landing pages with Dropshare. For some reason, the full path is not being read to display in the preview or the download link. For example:
The landing page URL is:
https://cdn.mysite.com/landingpageABC
The filename is:
filename.ext
Therefore the file is uploaded through Dropshare at:
https://cdn.mysite.com/landingpageABC/filename.ext
But the preview and download links only link to the file without the full path, and I'm not sure if this is a Bunny CDN thing or what, but it tries to load the preview and the download link at:
https://cdn.mysite.com/filename.ext
Therefore the preview and download link are both broken. I've found a way around the download link part of this by overriding a template to make the download URL:
<a href="__LANDINGPAGEURL__/__PATH__">
But there's no way to adjust the URL used in the preview, as far as I know. Is there anything I can do to fix this to be able to use the built-in landing page templates and/or get the preview working?
Tagging for help!