Issue Overview When working with SuiteCommerce, developers may encounter an issue where the deployment process fails due to the presence of certain JavaScript syntax elements: the arrow function (=>) and backticks (`). These syntax elements work perfectly in a local development environment but cause errors during deployment. Cause of the Issue SuiteCommerce’s deployment process involves… Continue reading SuiteCommerce Source Code Deployment Error: => and Backticks (`)
Tag: deploy error
Hosting Next.js Applications on Firebase
Install Firebase CLI Tools: Open your terminal and install the Firebase CLI tools globally using the command. npm install -g firebase-tools Login to Your Account: Log in to your Firebase account from the terminal: firebase login Config Next.config.js file Add export command: /** @type {import(‘next’).NextConfig} */ const nextConfig = { output: ‘export’ } //Add this… Continue reading Hosting Next.js Applications on Firebase
Error INVALID_LOGIN_ATTEMPT Invalid login attempt
This error occurs when deploying or fetching using a role that requires 2FA. You must specify a role that provides the permissions needed to deploy to NetSuite. By default, the Administrator and SCDeployer roles provide these permissions.
Resolve “getFileNamedsearcherror Error: Integration blocked” during a gulp deploy
This may be due to the current STATE of Default Web Services Integrations being set to Blocked. To resolve: Navigate to Setup > Integration > Manage Integrations Tick the SHOW INACTIVES checkbox to ensure that blocked integrations will also appear in the list Click Default Web Services Integrations Edit the integration record Change the STATE from Blocked to Enabled Save the changes