uSync Complete - not retrieving draft content
# help-with-other
n
Hey everyone, Happy Friday! I have a site that uses uSync Complete and I'm trying to pull a draft document back from the production site to my local site. It is successfully creating the content node in the content tree, but it's not setting any of the properties other than name. Then when I try and pull again it says there are no changes. This is using the latest Umbraco v13 and the latest uSync (updated them both 2 days ago). Anyone got any ideas? Not even sure how to trouble shoot it to be honest, no errors showing in the logs.
k
Hi, uSync.publisher by default syncs published content only, in the case of pulling new pages it will do what you are seeing it pulls the item but none of it's properties have a "published" value so they are blank. You can change uSync.Publisher to use the 'content Handler" (Vs the publishedHandler) and it changes this but you need to be aware of what you are doing because you can then end up pushing unpublished content to a live site
n
AHH, that makes sense. Thanks Kevin you are a star 🎉
I don't suppose there is a way to configure different handlers for pushes and pulls is there?