Has anyone expreienced issues deploying Extensions...
# suitecommerce
s
Has anyone expreienced issues deploying Extensions and Themes with the new Extensions Tools? I have done the
rmdirSync(config.folders.deploy, {recursive: true})
change and the `const hostnameStep1 = this.vm ? hostName : `system${molecule}.netsuite.com`;`
When I activate the Extensions and theme have no changes. I updated teh Manifest Versions as well but no changes "Live" Locally works correctly
g
I'd check that it's targeting the correct version of SCA eg "SCA": ">=20.2.0", with >= and not just >
s
Both manifest have the ">="
g
if you've changed version you need to make sure check the update when you activate?
s
Yep checked it as well for both
g
it could be cache then?
s
Possible but Cleared cache as well but no luck either, could be a SB issue?
g
maybe the only other thing i'd do is check that the changes are being deployed the documents folder in netsuite
s
They are but front end not reflecting them at all