We’re seeing these errors in a SuiteCommerce MyAcc...
# suitecommerce
j
We’re seeing these errors in a SuiteCommerce MyAccount site. The landing page to fails to load and just displays a blank page. From my_account.ssp
Copy code
Uncaught TypeError: can't access property "locale", SC.ENVIRONMENT.currentLanguage is undefined
From cms.js
Copy code
TypeError: can't access property 0, t.data is undefined
Anyone else have this issue before? Update: Turns out this was related to enabling the Payment Instruments feature. Netsuite support advised us to add the Payment Instruments permission to our customer center role, which fixed the issue.
👍 1