My Stuff
Comments
-
I saw I had a bug in the ns.package.json file where it referenced "javascript" instead of "ssp-libraries". I corrected that but the results are the same.
-
Thank you.
-
Figured it out. I missed that the client-side code needs to call getExtensionAssetsPath('services/MyService.Servcie.ss'). That returns a path like 'extensions/Vendor/MyExtension/1.0.0/services/MyService.Service.ss'. Feed that to getAbsoluteUrl and it works.