Hi, anyone has issues with 2020.2 and html-files t...
# suitescript
w
Hi, anyone has issues with 2020.2 and html-files that references scriptfiles in the file cabinet in bundles? I'm getting a lot of "https://xxxxxxx-sb2.app.netsuite.com/c.xxxxxx_SB2/suitebundleXXXXX/YYYYYY/ZZZZZ/file.js net::ERR_ABORTED 500"
I noticed that the URL contains "[" and "]" which are considered unsafe characters. This has worked in earlier versions but not anymore I suppose. Exchanging them to their url encoded-variants works. We'll encodeURI() them and that will probably solve it.