Anyone know why an active extension would all of a...
# suitecommerce
k
Anyone know why an active extension would all of a sudden be missing from site, not showing in SC.ENVIRONMENT.extensionModules? It is activated and showing as such in the backend
s
Suddenly not working is odd. Generally speaking I would check the manifest to see if the entry point files are set up correctly (especially for the application you are expecting to see it in), and I would check the
mountToApp
of those entry points to make sure they are functioning correctly.
k
So, we are still investigating this…..may be related to vanishing touchpoints….I think there was a minor update that had some major effects. The particular missing extension had suitescript only. We added a javascript file to the module and now the extension shows, however, the suitescript methods are not. Working on that…..do you know if anything changed?
s
Can't say I do, I'm afraid
k
We determined that pure suitescript extensions (no js) are not showing in the SC.ENVIRONMENT.extensionModules list. Fairly sure that the extension used to show here, but either way this seems benign. We did have to change the way the functions in the suitescript were written to fix our issue.
s
I didn't think they would show there unless you had, at least, a JavaScript entry point file
k
OK - good to know - maybe I was mistaken when I thought they showed before. Either way that was not the issue but rather the suitescript needed to be updated.