After starting the backoffice I've got a blank page and the JS console says:
jquery.min.js?cdv=2:2 Uncaught Error: [$injector:modulerr] Failed to instantiate module umbraco due to: Error: [$injector:modulerr] Failed to instantiate module ngAria due to: Error: [$injector:nomod] Module 'ngAria' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
Upgrade 8.2.2 -> 8.4.0 : Module 'ngAria' is not available
Hey Guys,
I try my best to upgrade to the newest version. I do it via Nuget. I followed the instructions here: https://our.umbraco.com/documentation/getting-started/setup/upgrading/general
After starting the backoffice I've got a blank page and the JS console says:
My web.config file seems not to be overwritten:
When I change this to value="" it tries to downgrade and the backoffice installer wizard says:
I also tried to change the version number in the ClientDependency.config, which had no influence.
Any suggestions what I'm doing wrong?
Thank you very much.
Peter
OK, it works after manually updating the bin-folder. Obviously nuget didn't do it automatically.
Thanks for sharing the solution, for me Clearing the Bin and rebuild did the trick! =D
is working on a reply...