Are you serving the clientlibs using the proxy servlet? If yes, in that case you need to add clientlibs as an allowed extension. Something like below. /allow-extensions { /type "allow" /extension '(clientlibs|gif|ico|js|png|swf|jpe?g|woff2?)' } If that's not the case, make sure that there is no den...