how to slove issues while deploying kilimanjro version facing this error “Invalid login attempt”

1. need to delete .nsdeploy ,DeployDistribution ,DeployDistribution this files in the git folder.2.change netsuite details in Index.js file.3. and install npm i oauth1 suitetalk4. go to this files ttf2woff , ttf2eot open cmd and enter this commands npm install ttf2woff@2.0.2 , npm install ttf2eot@2.0.0 respectively5, run gulp local and gulp deploy

unhandledpromiserejectionwarning:error missing parameters –key or –secret check your .env file

The error message you encountered suggests that there are missing parameters, specifically “–key” or “–secret,” in your .env file. The .env file is commonly used to store sensitive information and configuration variables for applications. To resolve this issue, you can follow these steps: Locate the .env file in your SuiteCommerce Advanced project. It is typically… Continue reading unhandledpromiserejectionwarning:error missing parameters –key or –secret check your .env file

How to make image dynamic in website using NetSuite with configuration record

1.Create configuration record in the extension 2.Add the image in the SSP application 3.In the NetSuite Website > configuration > Select your website and domain 4. In the subtab, Add the link copied from the ssp. 5. In the extension, JavaScript file Add path from configuration subtab to where the image needs to be displayed… Continue reading How to make image dynamic in website using NetSuite with configuration record