enkelmedia / TheDashboard

Magic dashboard for Umbraco
MIT License
39 stars 42 forks source link

Strange angular error in v9.5 #78

Closed seanrockster closed 2 years ago

seanrockster commented 2 years ago

Hi I'm getting this strange error in v9.5

umbraco-backoffice-js.js.v637896646600000000:152 Error: [$controller:ctrlreg] http://errors.angularjs.org/1.8.0/$controller/ctrlreg?p0=Our.Umbraco.TheDashboard.Controller at umbraco-backoffice-js.js.v637896646600000000:32:168 at umbraco-backoffice-js.js.v637896646600000000:123:19 at ea (umbraco-backoffice-js.js.v637896646600000000:105:20) at p (umbraco-backoffice-js.js.v637896646600000000:96:476) at g (umbraco-backoffice-js.js.v637896646600000000:90:292) at umbraco-backoffice-js.js.v637896646600000000:89:422 at Object.link (umbraco-backoffice-js.js.v637896646600000000:326:432) at umbraco-backoffice-js.js.v637896646600000000:42:134 at Ca (umbraco-backoffice-js.js.v637896646600000000:114:361) at p (umbraco-backoffice-js.js.v637896646600000000:98:340) '

'

enkelmedia commented 2 years ago

Looks like the client files are not loaded in your scenario. I'm running the package on a V9.5+ version with success so it feels like a cache-issue? Are you running in debug mode? Maybe if you can make sure that the cache is cleared?

seanrockster commented 2 years ago

Yeah, you are correct. For some reason those client files are not being deployed with the site. Sorted.