VS
11/12/2021, 11:09 PMUnhandledPromiseRejectionWarning
error (running node v8.11.4 and SCA 18.2.1)CD
11/12/2021, 11:17 PMVS
11/13/2021, 12:17 AMCaleb Evans
11/13/2021, 12:51 AMns_npm_repository/oauth1/index.js
1. Find `async _step3`; change account
in the return
statement to be account.replace('_', '-')
2. Find `const hostnameStep1`; change rest${molecule}.<http://netsuite.com|netsuite.com>
to system${molecule}.<http://netsuite.com|netsuite.com>
1. This fixes issuance of a new token
2. Navigate to gulp/ns-deploy/net.js
and find the authorize
function. In the else
statement, change account
to account.replace('_', '-')
VS
11/13/2021, 2:04 AMGordon Truslove
11/15/2021, 4:19 PM