Closed smarshallsay closed 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"
}
}
}
Thanks, changing that in appsettings.Development.json sorted it
Great news! :) Then this must have been some kind of caching issue.
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:
I have tried rebuilding, cleaning, deleting smidge folder and checking the case of App_Plugins etc but all seems fine. Any ideas?!