Export script issue: args.hype_build seems to return the wrong string to build the path to the hype framework

Hi Everyone,

If using exportShouldUseExternalRuntime = true the path built by the script is causing an DNS error (https://secure-ds.serving-sys.com/BurstingcachedScripts/libraries/hype/778/js/HYPE-778.thin.min.js), this also happens if you use the official CDN from a newer blogpost by Tumult.

args.hype_build seems to return /778/js/HYPE-778.thin.min.js which creates an incorrect path, to me it looks like it should be https://cdn.jsdelivr.net/gh/tumult/hype-runtime/HYPE-778.thin.min.js

Thanks for any help. J

Can you perhaps post a zip of your .hype document, exported folder, and which export scripts you are using?

I'm not sure where you are getting the first URL from. The second (working) one is what you would get in Hype if you are set to use the official CDN.