Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gerhard Grossberger 55 posts 179 karma points
    May 28, 2018 @ 11:59
    Gerhard Grossberger
    0

    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?

    enter image description here

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    May 28, 2018 @ 12:26
    Dave Woestenborghs
    100

    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

  • Gerhard Grossberger 55 posts 179 karma points
    May 28, 2018 @ 12:31
    Gerhard Grossberger
    0

    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

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    May 28, 2018 @ 12:34
    Dave Woestenborghs
    0

    Ah okay,

    Now I get the API part. You are using Dependency injection

    Maybe i should make a not of that somewhere.

    Dave

  • Gerhard Grossberger 55 posts 179 karma points
    Jun 01, 2018 @ 09:10
    Gerhard Grossberger
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies