enkelmedia / TheDashboard

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

The Dashboard does not show #85

Closed smarshallsay closed 1 year ago

smarshallsay commented 1 year ago

Hi @enkelmedia, I have an old website that I have migrated to Umbraco 11. It is fresh code but migrating the old database to Umbraco 10 and then Umbraco 11, because they removed migrations for older database versions from Umbraco 11... After which I installed your package again at the latest version 11.0.0 and I get the following error in the JS console:

chrome_elSXQtivtE

I have tried rebuilding, cleaning, deleting smidge folder and checking the case of App_Plugins etc but all seems fine. Any ideas?!

enkelmedia commented 1 year ago

Hi!

What happens if you use the in memory settings and restart?

https://docs.umbraco.com/umbraco-cms/reference/configuration/runtimeminificationsettings

"Umbraco": {
  "CMS": {
    "RuntimeMinification": {
      "UseInMemoryCache": false,
      "CacheBuster": "Version"
    }
  }
}
smarshallsay commented 1 year ago

Thanks, changing that in appsettings.Development.json sorted it

enkelmedia commented 1 year ago

Great news! :) Then this must have been some kind of caching issue.