Skybrud redirects 2.1.4

Has anyone succeeded in installing Skybrud Redirects v 2.1.4 on an Umbraco v8 (8.18.9) solution? If so, how? :slight_smile:

That version is supported under 8.18.9 - What issues are you having?

After installation via Visual Studio nuget package manager, I log in to Umbraco, and along the top menu line (same line as “Getting Started”) I see a new menu: [Skybrud.Umbraco.Redirects]

Clicking this results in a blank screen dashboard.

  • Clear your build and cache etc and try again.
  • You may have JS errors in your log that may help

Thanks, yes indeed, I see that the menu item is trying to call
“/App_Plugins/Skybrud.Umbraco.Redirects/Views/Dashboard.html?v=afab739b0b14b01638351bde07314709”
and gets a 404.

There is no such path in the file system. A few skybrud dlls have been installed, but no folder called “/App_Plugins/Skybrud.Umbraco.Redirects”.

I think I am getting a little closer.
On this page " GitHub - skybrud/Skybrud.Umbraco.Redirects at v2/main · GitHub ", it says to also download a zip file, which after a little drilling down leads to page " Releases · skybrud/Skybrud.Umbraco.Redirects · GitHub ".

The zip file here contains the files to copy under App_Plugins. So now the Skybrud “Redirects” menu works, and opens its dashboard - however the actual redirects do not work.