Scenario: While we try to fetch the code in terminal using access token, sometimes it throws error as follow: “This user has exceeded the number of active access tokens for this role“ Solution: If you run into this Access Token Limit error, it might be necessary to revoke a token in Netsuite. To revoke an… Continue reading Resolve “This user has exceeded the number of active access tokens for this role” while trying to fetch the code
Tag: Fetching Issue
Resolve Error “Invalid login attempt” during Gulp Fetch or Deployment with Token-Based Authentication
With NetSuite 2018 and later, a two-factor authentication (2FA) is mandatory when authenticating users via developer tools. A user is expected to create a new token, if no token exists, during the fetching and deployment of themes and/or extensions. The user may see an “Invalid login attempt” error message during this process due incorrect time… Continue reading Resolve Error “Invalid login attempt” during Gulp Fetch or Deployment with Token-Based Authentication
Error in gulp extension:fetch
Not able to fetch the extension using gulp extension:fetch. Some error is showing when using this fetch command. Solution: To resolve this, First uninstall the currently using node version and re-install it. nvm uninstall <version> nvm install <version> Then try to fetch again.
Solve Error: System limit for number of file watchers reached , while fetching the theme.
Solution: In the terminal run the code echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p This fixes the error and allows the theme fetch.
Error for fetching the Theme/Extension version 21.1 and later
Resolve error for fetching the theme/extension version 21.1 and later