For some reason when I push changes to Netsuite, t...
# suitescript
n
For some reason when I push changes to Netsuite, the files update but going to the suitlet nothing has changed. Then, the next day I log in again and the changes are showing. Anyone else have this issue? Still doing it
e
Which files? The Client Script?
Generally clearing your browser cache can help with that. But if the server-side code is not updating, that's very odd
n
@erictgrubaugh it is a suitelet. I check the file in file cabinet after pushing from visual studio and it shows the updated code there but the suitelet doesn't reflect them. Happened two days in a row now
c
We have been seeing the same issue as well. We use SuiteTalk to push files to the file cabinet. The files do have the updated content, however none of the scripts (restlets, suitelets, etc) that reference those files make use of the new changes. We have found that if we save the file from the NetSuite UI in the file cabinet, the scripts will now use the updated changes. Makes for a very tedious process. This started happening a couple days ago. We have used this process for years without any issue.
e
Strange
c
it has the feel as if there has been some sort of caching added
n
@Chris Jones nice to know I’m not alone haha. I’ll try that trick. Yeah I think cache is it cause I left it for like an hour and cane back and it worked for Iike 45 min and then did it again.
k
I am having this same problem. Updating the SuiteLet (the updated script is correct in File Cabinet), but the script continues to run based on previous code. Has anyone found a workaround?