Is anybody else experiencing issues with some modu...
# suitescript
n
Is anybody else experiencing issues with some modules on the client side? Trying to load
N/encode
module in the browser console gives me the following error. I noticed it because of a client side script of mine that isn't working at the moment because of this error.
s
According to the Suite Script 20 API Guide N/encode is a server side module.
message has been deleted
n
Yeah, I just realized that last night. I ended up just using cryptojs to encode my string to Base64.