Copied to clipboard

Flag this post as spam?

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


  • Hannes 28 posts 189 karma points
    Sep 19, 2023 @ 01:41
    Hannes
    0

    Urltracker error - delete redirect

    Hi there,

    I have an issue with the Urltracker plugin. I'm running Umbraco 10 with Urltracker version 10.2.1. I have deployed the 8 Urltracker DLLs as well as the Urltracker folder from the the AppPlugins folder (wwwroot\AppPlugins). I'm now running into an issue that I get the following error when I try to delete a Urltracker entry. Everything else from the Urltracker UI works. Has anybody else ran into this issue? Did I forget to deploy another file/folder to the server? Any feedback would be much appreciated. Thanks!

    enter image description here

  • Hannes 28 posts 189 karma points
    Sep 27, 2023 @ 04:18
    Hannes
    100

    I was able to resolve this issue. The problem was the DELETE verb. After "allowing" it via the web.config the problem was solved and deleting a redirect worked fine:

    <requestFiltering>
                <verbs>
                    <remove verb="DELETE" />
                    <add verb="DELETE" allowed="true" />
                </verbs>
    </requestFiltering>
    
  • 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