How to generate an Authentication token while deploying changes in the Elbrus version.

When we’re trying to deploy the development code in the NetSuite for SCA Elbrus for both accounts i.e. Sandbox and Production.

We’re getting this error many times if we don’t have the existing token in our terminal most of the time when we’re deploying the first time.

Still, we change the role from administrator to Sc deplyor of any other role it doesn’t work.

When we’re running the command Gulp Local it takes us new prompted browser but there we got this error as shown in the below image. Even though we’ve used the correct node_modules and ns_npm_repository.

So we can solve this issue by just running one command in our terminal and it’ll prompt a new browser with the allow and deny permission so that we can deploy.

npm i oauth1 suitetalk

After running this command we’ll be able to solve the issue.

Leave a comment

Your email address will not be published. Required fields are marked *