Totally.
Nothing changed in this content since U7.
We noticed that the umbracoRedirect picker and the umbracoNaviHide true/false fields were somehow got unchecked/ unset not sure when (whether during the upgarde or later). But they are now set, do not produce any errors. Just the umbracoRedirect does not seem to trigger at all.
And that's on all content we noticed that has umbracoRedirect.
Before you ask... 404 displays because the page (that is supposed to be redirected) is called by its url while there is no template set for the page. Yet it didn't prevent the redirection from triggering in U7. I guess the template is not required for umbracoRedirect to work.
umbracoRedirect not working in Umbraco 10
Did anything happen to umbracoRedirect property in Umbraco 10?
We have it set it up and it is not redirecting whatsoaver on any content to the given url...
It should still work as it is part of the documentation: https://docs.umbraco.com/umbraco-cms/reference/routing/routing-properties
I also tested it in one of our Umbraco 10 installations.
Do you have it set as a Content Picker property editor?
~Lars
Totally. Nothing changed in this content since U7.
We noticed that the umbracoRedirect picker and the umbracoNaviHide true/false fields were somehow got unchecked/ unset not sure when (whether during the upgarde or later). But they are now set, do not produce any errors. Just the umbracoRedirect does not seem to trigger at all.
And that's on all content we noticed that has umbracoRedirect.
Before you ask... 404 displays because the page (that is supposed to be redirected) is called by its url while there is no template set for the page. Yet it didn't prevent the redirection from triggering in U7. I guess the template is not required for umbracoRedirect to work.
I have done a few tests and:
Case 1: Content with umbracoRedirect property existing previously
Each time I removed/ added property I saved the content so to make sure it is removed from property data.
Case 2: Existing content and previously non-existing umbracoRedirect property
Both cases use Content Picker (
Umbraco.ContentPicker
) as the data type.I wonder if anybody else has this issue.
Hi!
Have you had any success in why this does not work?
I can't get the umbracoRedirect property to actually redirect at all.
EDIT
I was to quick with this, I restarted my solution after creating the property and it worked out fine.
I'm using modelsbuilder so I probably had to compile the solution before it started working.
is working on a reply...