Describe the bug
Using version: 12.0.0
Using Umbraco version 12.2.0
Creating an entry "Url has changed" for all the nodes and descendants each time I save and publish the home node.
Ending with a huge number of records.
To Reproduce
Steps to reproduce the behavior:
- Go to 'save and publish' Home node or any parent nodes
- Go to UrlTracker and eache time you save the home page it's adding an entry "Url has changed" and remove the domain from the url
- I tried with no culture setup, with culture, with and without a domain but it's the same result
See error
Expected behavior
It shouldn't create records as nothin was changed.
A work around is to disable notifications and enable the default Umbraco Url redirect management
"Backoffice": {
"Notifications":{
"Enable": false
}
},