netsuite restlet error "message": "ReferenceError: \"Ext\" is not defined. (app-all.js#1)."

239 views Asked by At

I deployed a restlet to my server and selected app-all.js. some odd reason when calling it I get that error and that's it. What am I doing wrong? What should fix it?

1

There are 1 answers

0
lostnconfused On

I found its because I was using suitescript 1.0 and its not supported anymore. I have updated to suitescript 2.0 and not used any dependencies in it and it works correct. Also, not having dependencies will solve the issue.