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