Website requesting missing minified css/js files causes complete failure
-
Hello,
I have a huge problem with LiteSpeed Cache plugin since my websites are constantly requesting minified css/js files that are missing.
OpenLiteSpeed 1.6.12
LiteSpeed Cache v3.0.8.5The issue:
Website is requesting css/js files with wrong names that there are on the server. For example the requests in the browser I have are:wp-content/litespeed/cssjs/ecca5.js
Request Method: GET
Status Code: 404wp-content/litespeed/cssjs/16d73.js
Request Method: GET
Status Code: 404litespeed/cssjs/9652e.css
Request Method: GET
Status Code: 404But the files on the webserver are:
ls -ga wp-content/litespeed/cssjs/
drwxr-xr-x 2 nobody 4096 May 3 08:54 .
-rw-r–r– 1 nobody 593026 May 3 08:52 00179.css
-rw-r–r– 1 nobody 662201 May 3 08:52 3bca0.js
-rw-r–r– 1 nobody 9959 May 3 08:52 54e63.js
-rw-r–r– 1 nobody 606692 May 3 08:54 81600.css
-rw-r–r– 1 nobody 664004 May 3 08:54 e0f94.jsWhen I purge the caches, new files are created on the webserver, but the browser is still requesting the old ones.
This is NOT fixed by disabling LS Cache, NOT fixed restarting openlitespeed or killing all lsphp. Browsers keep requesting the same missing minified js/css and my website is broken. Any help is appreciated.
- The topic ‘Website requesting missing minified css/js files causes complete failure’ is closed to new replies.