[Solved] uSync Dashboard Missing on Production
# help-with-umbraco
c
Umb V13.4.0 + uSync v13.2.3 + FormsEdition (v13.2.0.0) Anyone else finding that the uSync dashboard fails to load on a Production environment? It fails with the following console error:- umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:147 Error: [$controller:ctrlreg] http://errors.angularjs.org/1.8.3/$controller/ctrlreg?p0=uSyncSettingsDashboardController at umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:25:168 at umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:117:19 at ea (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:99:20) at p (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:90:355) at g (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:84:186) at umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:83:311 at Object.link (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:321:432) at umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:35:134 at Ca (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:108:361) at p (umbraco-backoffice-js.js.v92a14544b487a968ca18cfdb1c50c9b4710d3004:92:340) ''
k
seems fine for me. on production all the individual scripts from all the installed packages can be merged together into the
umbraco-backoffice-js
file and a corruption in one can then look like its happening in another. maybe its another package/script you have installed has an issue ?
c
Thanks. I'll try and force minification on dev and see what happens.
Removed all DLL's and Umbraco folder content and replaced. Cleared all caches and restarted site. Still a blank uSync dashboard 😦
Sorted by totally removing the site and re-uploading. Must have missed some obscure file when FTP'ing 😦
48 Views