Hello community, some one else have problem trying...
# suitecommerce
j
Hello community, some one else have problem trying to fetch extension/theme with the new TBA on sandbox accounts?
👍 1
Seems that the base URL for the restlet api is not forming well. For example: XXXXX_sb1.restlets.api.netsuite.com instead of XXXXX-sb1.restlets.api.netsuite.com
Workaround: [extensionfolder]/gulp/ns-deploy/net.js line 326, replace by: deploy.info.hostname = account.replace('_', '-') + `.restlets.api.${molecule}netsuite.com`; [extensionfolder]/ns_npm_repository/oauth1/index.js line 343, replace by: return this._baseStep(
${this.vm ? '' : account.replace('_', '-')}${this.urls.step3}
, params);
👍 1
m
I’m also having the same problem
f
The sandbox account appears to be attempting to authenticate against an incorrect domain (_ instead of -) . Go to the extension development tools and replaced the underscore with a hyphen, this will allow you to authenticate.
A couple of customers reported that after authenticating they get an error. If that´s the case try this temporary workaround. Please change these two files: In ExtensionTools/ns_npm_repository/oauth1/index.js Extensions/gulp/ns-deploy/net.js
message has been deleted
m
My sandbox account is perfectly fine. I get the error when I’m trying to fetch the theme from production account.
f
did you updated the SCEM bundle in sandbox?
m
No
There are no changes in sandbox
t
i did the changes but still i'm getting error like could not download all the files