ClientScript is not triggered when running page from an External URL

I am running a simple suitelet with a form, to which I am adding a clientscript. form.clientScriptModulePath = ‘./clientScript.js’; It works fine, as long as the suitlet is run from the ‘normal’ url. But if External URL is used, clientScript seems to be completely ignored, no error, just ignored. Are Client Scripts not available for… Continue reading ClientScript is not triggered when running page from an External URL