WorkFusion home page not loading properly
The WorkFusion application pages are not loading properly, with all icons getting haywire and additional list items popping up on the screen.
The reason could be that the Nginx temp directory was removed from the system: /tmp/workfusion/cache/nginx/. In this case, restarting the Nginx service should help.
Its structure should be as follows:
ls -1 /tmp/workfusion/cache/nginx/
client_temp
fastcgi_temp
proxy_temp
scgi_temp
uwsgi_temp
The path to the cache folder is $INSTALL_DIR/nginx/cache/.