Link to document/Alternative links will not change
I'm on 6.1.6 and having a weird issue where I can't get the Link to document for a node to change. No matter what I do: changing node name, changing umbracoUrlName, publishing and republishing the item and/or the whole site - the Link to document is the same as it was (and so going to the new url gives a 404).
I can see from other parts of my code that the Url value is correctly returned on the Publish event, but the Link to document (and all Alternative links) remain stubbornly wrong.
Link to document/Alternative links will not change
I'm on 6.1.6 and having a weird issue where I can't get the Link to document for a node to change. No matter what I do: changing node name, changing umbracoUrlName, publishing and republishing the item and/or the whole site - the Link to document is the same as it was (and so going to the new url gives a 404).
I can see from other parts of my code that the Url value is correctly returned on the Publish event, but the Link to document (and all Alternative links) remain stubbornly wrong.
Any one got any ideas?
Hello,
Maybe try to republish with the following url:
http://YOURDOMAIN/Umbraco/dialogs/republish.aspx?xml=true
Jeroen
is working on a reply...