I added the package on a local installation, and added the ApiController to ApplicationStarted. Now I see the node in the tree, but when I try to open the "getting-started" node, I get multiple 404 errors.
The page is running on something like this:
http://localhost:65332/umbraco#/settings/toureditor/edit/getting-started
404 when loading view files
I added the package on a local installation, and added the ApiController to ApplicationStarted. Now I see the node in the tree, but when I try to open the "getting-started" node, I get multiple 404 errors. The page is running on something like this: http://localhost:65332/umbraco#/settings/toureditor/edit/getting-started
Any idea what I´m doing wrong here?
Hi Gerhard,
I think you are using chrome 66 or higher.
There are some things broken in Umbraco in this version of chrome in the following umbraco versions
This has been fixed in Umbraco 7.8.3, 7.9.6 and 7.10.4
If that is the issue, you can upgrade umbraco and that should fix it.
I had another report of this here : https://github.com/dawoe/umbraco-tour-editor/issues/17
If you are not able to upgrade umbraco you can fix this manually. Instructions can be found here : http://issues.umbraco.org/issue/U4-11253
Or use another browser.
And by the way, you don't need to register any API in application started event to use this package.
Dave
Thanks for the speedy response, we´re on 7.9.1 and it works ok in Firefox. I will upgrade the package.
Without registering the API I got an error as described here, so I used the solution to add the controller: https://our.umbraco.org/projects/backoffice-extensions/leblender/bug-reports/65096-Nuget-package-breaks-developer-tree
Ah okay,
Now I get the API part. You are using Dependency injection
Maybe i should make a not of that somewhere.
Dave
Yes, that would be nice. Next thing I stumbled upon was the setting in umbracoSettings.config which was missing for me:
As described here: http://issues.umbraco.org/issue/U4-10985
Would also be a good thing to check that in nuget setup.
is working on a reply...