Has anyone else observed a situation in CommandBox...
# box-products
b
Has anyone else observed a situation in CommandBox where a JS file is updated but when you view it in the browser, the update isn't there? I'm also seeing a file work fine on one request, then a few refreshes later and it's coming to the browser completely empty. I don't know where to begin troubleshooting this.
The only way I can find to get the JS file to update is to restart the server
f
hmm I do recall something to do with static files and caching recently - I think having to do with an undertow update in a more recent version (brad would know the details of course) — are you on the latest version of box?
b
Currently on 5.6.1, which is latest
f
this I think was the fix:
server set web.fileCache.enable=false
are you on the Ortus Slack channel? I can send you a link to the full discussion there
b
cool, I'll try that.
👍 1
It's looking good so far
d
It worked? @bockensm
b
So far it has, yes
d
Cool