I have migrated a 7.6 site to 7.9.2 latest, and cleared the Temp folder, cache, hard reset browser.
I can install packages via the Umbraco Package Manager just fine.
The issue arise when I try to manually upload a package. When i click upload and select the package file (tried numerous, all having the same effect),
I get the following error on Chrome Console (no extensions getting in the way either, tried in incognito too) and GUI just stays in the Upload screen with no activity with only this error in console;
angular.min.js?cdv=1113791622:63 TypeError: promise.finally is not a function
at sendHttp (angular-file-upload.js?cdv=1113791622:188)
at c.upload (angular-file-upload.js?cdv=1113791622:330)
at upload (umbraco.controllers.js?cdv=1113791622:8884)
at a.PackagesInstallLocalController.$scope.handleFiles (umbraco.controllers.js?cdv=1113791622:8879)
at angular.min.js?cdv=1113791622:74
at update (angular-file-upload.js?cdv=1113791622:516)
at angular-file-upload.js?cdv=1113791622:594
at angular.min.js?cdv=1113791622:108
at e (angular.min.js?cdv=1113791622:31)
at angular.min.js?cdv=1113791622:34
If i create an online package it will be less than ideal as I'm not the author and will convolute the package online list.
Unless there is a feature i am missing?
7.9.2 Issue with Manually installing Package
I have migrated a 7.6 site to 7.9.2 latest, and cleared the Temp folder, cache, hard reset browser.
I can install packages via the Umbraco Package Manager just fine.
The issue arise when I try to manually upload a package. When i click upload and select the package file (tried numerous, all having the same effect),
I get the following error on Chrome Console (no extensions getting in the way either, tried in incognito too) and GUI just stays in the Upload screen with no activity with only this error in console;
I think this has probably been broken for a while now. You can add new packages here instead: https://our.umbraco.org/member/profile/projects/
Hi Sebastiaan
So I cant install local packages to Umbraco?
For instance I want to try the Umbraco Tour Editor https://ci.appveyor.com/project/dawoe/umbraco-tour-editor/build/artifacts
its not released but downloadable.
If i create an online package it will be less than ideal as I'm not the author and will convolute the package online list. Unless there is a feature i am missing?
Ah I see, sorry I thought you were trying to create a package!
I just installed that package without a problem in a fresh 7.9.2 install, so I'm assuming something went wrong in your upgrade.
Here's some hints on how dealing with upgrade problems:
https://cultiv.nl/blog/how-to-diagnose-umbraco-upgrade-problems/
is working on a reply...