We use this plugin on many Umbraco Cloud sites without issue. I've got the issue shown below on one site. Its only on the Live environment. Dev and Local are fine with exactly the same schema and content in place.
FYI this is on a single language (english) site.
The main redirects dashboard (/umbraco#/content?dashboard=redirects) works fine, but the in-page redirects tab on all pages shows as above.
In the example above, the page does actually have 4 redirects in place.
Found the root of the problem in my case.
In the JS console there was an Angular error - Error: $compile:multidirAngular doc
And inside the project was the redundant folder Skybrud.Redirects in the App_Plugins folder with all the JS and CSS of the Skybrud.Redirects. (it was included in the project)
I removed that folder in App_Plugins and left the Skybrud.Redirects NuGet package. That solved my problem in the Live environment.
Skybrud Redirects strange error
We use this plugin on many Umbraco Cloud sites without issue. I've got the issue shown below on one site. Its only on the Live environment. Dev and Local are fine with exactly the same schema and content in place.
FYI this is on a single language (english) site.
The main redirects dashboard (/umbraco#/content?dashboard=redirects) works fine, but the in-page redirects tab on all pages shows as above.
In the example above, the page does actually have 4 redirects in place.
Any ideas?
I have exactly the same error and also only in production (Umbraco 12, Docker container, Linux VM). Locally it works fine as well.
Found the root of the problem in my case. In the JS console there was an Angular error - Error: $compile:multidir Angular doc
And inside the project was the redundant folder Skybrud.Redirects in the App_Plugins folder with all the JS and CSS of the Skybrud.Redirects. (it was included in the project)
I removed that folder in App_Plugins and left the Skybrud.Redirects NuGet package. That solved my problem in the Live environment.
This worked for us too. Thanks Alex
is working on a reply...