My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
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.