my item Badges Suitecommerce Extension is not addi...
# ask-stanley-ai
u
my item Badges Suitecommerce Extension is not adding the ns-at param in my sandbox but this works properly in production - what should i check ?
c
AI generated answer (using internal Slack threads):
It seems like your issue might be related to differences between your sandbox and production environments. Here are a few things you could check: 1. Environment Differences: Ensure that your sandbox environment is a true reflection of your production environment. This includes checking that all the necessary scripts, bundles, and SuiteApps are installed and properly configured. 2. SuiteScript Code: Check your SuiteScript code for any hard-coded links or references that might not be valid in the sandbox environment. Remember that the account ID in sandbox is different from production (e.g., if your account id in prod is 123456, in SB it is 123456_SB). This could affect things like file references. 3. URLs: Use the
url.resolveDomain
function from the
N/url
module to get the correct URL for your sandbox or production environment. 4. Licenses: If you're using SuiteApps, make sure that the necessary licenses are installed and valid. Some SuiteApps require the Suiteapps License Client (116144) as a dependency. Remember to thoroughly test any changes in your sandbox environment before deploying them to production. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.804198
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.803945959
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.799467802
Please provide your feedback on this answer.