I'm having a weird problem with the latest Vorto on umbraco 7.5.11. it works fine on my local machine, but on my test server it doesn't ... I have use Vorto numerous times without issues, but in this specific case it doesn't work. The datatype editor for Vorto has an empty list of datatypes to wrap, and the console lists following error (twice):
TypeError: Cannot read property 'apiBaseUrl' of undefined
at Object.getInstalledLanguages (vorto.js?cdv=1024834838:458)
at new <anonymous> (vorto.js?cdv=1024834838:372)
at d (angular.min.js?cdv=1024834838:28)
at Object.instantiate (angular.min.js?cdv=1024834838:28)
at angular.min.js?cdv=1024834838:53
at angular.min.js?cdv=1024834838:44
at n (angular.min.js?cdv=1024834838:7)
at k (angular.min.js?cdv=1024834838:44)
at e (angular.min.js?cdv=1024834838:40)
at angular.min.js?cdv=1024834838:39
Does anybody know why this happens? Everything else works fine.
Just to see if other Vorto related variables are accessible, do Umbraco.Sys.ServerVariables.vorto
and
Umbraco.Sys.ServerVariables
give more sensible results?
At this moment I don't know how these Umbraco.Sys.ServerVariables have become missing/wrong.
Vorto not working on server
Hi,
I'm having a weird problem with the latest Vorto on umbraco 7.5.11. it works fine on my local machine, but on my test server it doesn't ... I have use Vorto numerous times without issues, but in this specific case it doesn't work. The datatype editor for Vorto has an empty list of datatypes to wrap, and the console lists following error (twice):
Does anybody know why this happens? Everything else works fine.
/ulrich
What do you see (after login to the Umbraco back office) when you open your browser developer tools and in the console, type:
Is it: "/umbraco/backoffice/VortoApi/VortoApi/" ?
Hi Micha,
I see the following:
/ulrich
Ok ... that's quite cryptic.
Just to see if other Vorto related variables are accessible, do Umbraco.Sys.ServerVariables.vorto and Umbraco.Sys.ServerVariables give more sensible results?
At this moment I don't know how these Umbraco.Sys.ServerVariables have become missing/wrong.
Maybe in order to work to a solution ...
Have you tried to restart the server?
is working on a reply...