-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
This happens when you upgrade from 10.1.x to >= 10.2.0
Bug summary
I upgraded from v10.0.1 to v10.4.2 and now pages that use the umbracoRedirect property, to redirect to other pages, just show the 404 not found custom page. Presumably because these pages don't have a template associated with them, and the redirect isn't being honoured.
Specifics
I rolled back to v10.0.1 and everything works fine once again. I then upgraded in increments until I reached v10.2.0 at which point the issue occurs.
umbracoInternalRedirectId (rewrite) does work, umbracoRedirect (302 redirect) does not.
Note, upgrading to 10.2.0 initiates a database update.
Steps to reproduce
Create a new page in v10.2.0+ (I tested on v10.2.0 and v10.4.2) with a property named umbracoRedirect of type Content Picker. Select another alternative page using that content picker.
Expected result / actual result
The new page should redirect to the alternative page, but instead shows the 404 page.
This item has been added to our backlog AB#28220