When I open up and view my `ssp_libraries_ext.js` ...
# suitecommerce
c
When I open up and view my
ssp_libraries_ext.js
file, I'm seeing some of my extension code duplicated. I've confirmed that it's not duplicated in my dev environment. The model and service controller code is there twice. The module definition is only in there once. I've redeployed and it still generates two copies of the model and service controller... I'm at a loss as to how I've done this. Ideas anyone?
p
do you have multiple domains activated?
ssp_libraries_ext holds the code for all the activated extensions for all the domains that one SSP Application serves not just the one you just activated.
c
Ok, that might explain it. We have one domain in SB but there's an extra domain (which is broken) in the Extension Manager listing.
The extra domain listing is from the production account that copied over during refresh.
Thank you @PabloZ
👍🏽 1